MessageObjectAttachmentEntityCustomAttachmentStorageData Property |
Gets or sets the custom attachment storage data.Can be null.
Namespace:
Aspose.Email.Mapi.Msg
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public CustomAttachmentStorage CustomAttachmentStorageData { get; set; }
Public Property CustomAttachmentStorageData As CustomAttachmentStorage
Get
Set
public:
property CustomAttachmentStorage^ CustomAttachmentStorageData {
CustomAttachmentStorage^ get ();
void set (CustomAttachmentStorage^ value);
}
member CustomAttachmentStorageData : CustomAttachmentStorage with get, set
Property Value
Type:
CustomAttachmentStorageThe custom attachment storage data.
Remarks See Also