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... | |
Represents custom attachment storage.
Aspose::Email::Mapi::Msg::CustomAttachmentStorage::CustomAttachmentStorage | ( | ) |
Initializes a new instance of the CustomAttachmentStorage class.
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.