com.aspose.email
Class InlineAttachmentExtractor

java.lang.Object
  extended by com.aspose.email.InlineAttachmentExtractor

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 Summary
InlineAttachmentExtractor()
           
 
Method Summary
static Map<String,byte[]> enumerateMsoPackage(InputStream stream)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InlineAttachmentExtractor

public InlineAttachmentExtractor()
Method Detail

enumerateMsoPackage

public static Map<String,byte[]> enumerateMsoPackage(InputStream stream)


Copyright (c) 2008-2012 Aspose Pty Ltd. All Rights Reserved.