CustomAttachmentStorageDataSet Property |
Gets the data set representing custom attachment storage, names of the data streams are keys for this dictionary.
Namespace:
Aspose.Email.Mapi.Msg
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic Dictionary<string, byte[]> DataSet { get; }
Public ReadOnly Property DataSet As Dictionary(Of String, Byte())
Get
public:
property Dictionary<String^, array<unsigned char>^>^ DataSet {
Dictionary<String^, array<unsigned char>^>^ get ();
}
member DataSet : Dictionary<string, byte[]> with get
Property Value
Type:
DictionaryString,
ByteThe data set.
See Also