MessageObjectAttachments Property

Gets the attachments of the MessageObject.

Namespace:  Aspose.Email.Mapi.Msg
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public MessageObjectAttachmentsCollection Attachments { get; }

Property Value

Type: MessageObjectAttachmentsCollection
The attachments.
See Also