com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class CustomAttachmentStorage



  • public final class CustomAttachmentStorage
    extends Object

    Represents custom attachment storage.

    • Constructor Detail

      • CustomAttachmentStorage

        public CustomAttachmentStorage()

        Initializes a new instance of the CustomAttachmentStorage class.

    • Method Detail

      • getDataSet

        public final com.aspose.ms.System.Collections.Generic.Dictionary<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.