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; }

Property Value

Type: CustomAttachmentStorage
The custom attachment storage data.
Remarks
Mutually exclusive with EmbeddedMessage or both can be null.
See Also