In emails, .msg or .eml formats are particularly utilized universally and are preferred to other formats. This activity facilitates saving an email from .Net Mail Message object to .msg or .eml formats. This works irrespective of whether the Outlook application is installed in the target system or not.
This saved email, in .msg or .eml formats, can then be used for later pieces of automation for various purposes like keeping a record, uploading to a Document Management System like SharePoint or sending as an attachment through emails etc. The activities in this package can also save the attachments from .Net Mail Message object to the user-specified output location.
This package consists of the following activities:
This activity helps in saving the .Net MailMessage format to .eml file in a user-specified location.
· Eml File Name: File name of the email (.eml file) which is to be saved into a specified location.
· Mail Message: MailMessage object.
· Output Location: Folder path in which the email file is to be saved.
This activity helps in saving the .Net MailMessage format to .msg file in a user-specified location.
· Msg File Name: File name of the email (.msg file) which is to be saved into a specified location.
· Mail Message: MailMessage object.
· Output Location: Folder path in which the email file is to be saved.