com.aspose.email
Class CustomAttachmentStorage

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

public final class CustomAttachmentStorage
extends Object

Represents custom attachment storage.


Constructor Summary
CustomAttachmentStorage()
           Initializes a new instance of the CustomAttachmentStorage class.
 
Method Summary
 LinkedHashMap<String,byte[]> getDataSet()
           Gets the data set representing custom attachment storage, names of the data streams are keys for this dictionary.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomAttachmentStorage

public CustomAttachmentStorage()

Initializes a new instance of the CustomAttachmentStorage class.

Method Detail

getDataSet

public LinkedHashMap<String,byte[]> getDataSet()

Gets the data set representing custom attachment storage, names of the data streams are keys for this dictionary.

Value: The data set.



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