OutlookMessageToAttachmentOnly
Extracts attachments from *.msg or *.eml to pages without converting the MSG to a TIFF.
Member of namespace
ConvertSyntax
bool OutlookMessageToAttachmentOnly ()
Parameters
None.Returns
True, if the attachments are successfully extracted from the message, or if the message contains no attachments.False, if the current page is not an Outlook Message or if there is a failure in the conversion.
If the number of input files/pages exceeds the maximum that is allowed or if there is a failure in the conversion, the batch is set to abort.
Level
Page level.Details
If the current page is an Outlook Message, the attachments within the message are saved as separate files.Each attachment or embedded image within the email is removed from the email and placed on disk. A new page entry is created for each attachment that can be processed by subsequent rules. The original file name from which the page was extracted will be stored in the ParentImage variable, for possible future reference within your application.
- Example:
OutlookMessageToAttachmentOnly()