InlineAttachmentExtractor Class |
Provides ability to extract files from MSO packages.
Can be used to process "oledata.mso" and similar files typically attached to messages created using Outlook.
Inheritance Hierarchy
Namespace:
Aspose.Email.Mapi
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic static class InlineAttachmentExtractor
Public NotInheritable Class InlineAttachmentExtractor
public ref class InlineAttachmentExtractor abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type InlineAttachmentExtractor = class end
The InlineAttachmentExtractor type exposes the following members.
Methods
| Name | Description |
---|
  | EnumerateMsoPackage |
Enumerates the MSO package and returns a dictionary containing files data.
The key is file identifier and value contains actual data.Files are usually referenced in message body using the identifiers provided.
|
See Also