Class InlineAttachmentExtractor

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.

public static class InlineAttachmentExtractor

Methods

NameDescription
static EnumerateMsoPackage(Stream)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