public class InlineAttachmentExtractor extends Object
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.
| Constructor and Description |
|---|
InlineAttachmentExtractor() |
| Modifier and Type | Method and Description |
|---|---|
static IGenericDictionary<String,byte[]> |
enumerateMsoPackage(InputStream stream)
Enumerates the MSO package and returns a dictionary containing files data.
|
public static IGenericDictionary<String,byte[]> enumerateMsoPackage(InputStream 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.
stream - The stream to parse.
ArgumentNullException - If stream is null.InvalidDataException - If given stream has data in incorrect format.Copyright (c) 2008-2024 Aspose Pty Ltd. All Rights Reserved.