Question
Pega Object to .msg attachment
Hi Team,
I have a requirement to convert Pega data instance to outlook email format (or any other attachment type). Data instance has all the information like From,To,Email Body which is required for the email creation. Is there any OOTB functions to achieve this.
I am using SendEmailMessage function to send the outbound email.
I have another approach of using the Java EWS API by creating item attachment but its causing some issue which is posted in the below URL
https://github.com/OfficeDev/ews-java-api/issues/576
***Updated by moderator: Lochan to add Categories***
There is no OOTB option to do this. You would have to write custom functions to achieve this. You can refer to the following options
https://github.com/m-szalik/javamail
http://stackoverflow.com/questions/8167583/create-an-email-object-in-java-and-save-it-to-file
http://www.aspose.com/docs/display/emailjava/Creating+and+Saving+Outlook+Message+(MSG)+Files