Aspose::Email::Mapi::Msg::CustomAttachmentStorage Class Referencefinal

Represents custom attachment storage. More...

Inherits Object.

Public Member Functions

System::SharedPtr< System::Collections::Generic::Dictionary< System::String, System::ArrayPtr< uint8_t > > > get_DataSet () const
 Gets the data set representing custom attachment storage, names of the data streams are keys for this dictionary. More...
 
 CustomAttachmentStorage ()
 Initializes a new instance of the CustomAttachmentStorage class. More...
 

Detailed Description

Represents custom attachment storage.

Constructor & Destructor Documentation

◆ CustomAttachmentStorage()

Aspose::Email::Mapi::Msg::CustomAttachmentStorage::CustomAttachmentStorage ( )

Initializes a new instance of the CustomAttachmentStorage class.

Member Function Documentation

◆ get_DataSet()

System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::ArrayPtr<uint8_t> > > Aspose::Email::Mapi::Msg::CustomAttachmentStorage::get_DataSet ( ) const

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

The data set.