|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.email.CustomAttachmentStorage
public final class CustomAttachmentStorage
Represents custom attachment storage.
Constructor Summary | |
---|---|
CustomAttachmentStorage()
Initializes a new instance of the CustomAttachmentStorage class. |
Method Summary | |
---|---|
com.aspose.ms.System.Collections.NetDictionary<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 |
---|
public CustomAttachmentStorage()
Initializes a new instance of the CustomAttachmentStorage
class.
Method Detail |
---|
public com.aspose.ms.System.Collections.NetDictionary<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.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |