cancel
Showing results for 
Search instead for 
Did you mean: 

how to send a mail that appears as meeting dialog in MS outlook?

Former Member
0 Kudos

Hi:

Is it possible for the mail adapter to send a mail that appears as a meeting dialog in Ms outlook? If yes, could you please tell how to do it? Actually I'm developing my own module. Thanks a lot.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

if writing a module does not help you...I would suggest you go for a Java proxy for sending this mail and refer to this link for creating a Outlook meeting request using Javamail.

http://www.bloggingaboutoracle.org/archives/java-outlook-integration-sending-a-meeting-request-from-...

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi:

Thanks for reply. But I have to realize this functionality by mail adapter based on the requirement, in other words, what I was allowed to do is using standard module or creating own new module.

Former Member
0 Kudos

looking at the code you will probably realize what needs to be sent to the mail adapter....your typical email body requires perticular type of message type which you will need to enhance in this case and the code on this link will surely help you to identify what and where needs to be enhanced..

Former Member
0 Kudos

Hi,

Thanks. But where the reference you mentioned? You didnt provide the link.

Former Member
0 Kudos

the same link in the earlier post