MessageObjectAttachments Property |
Namespace:
Aspose.Email.Mapi.Msg
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic MessageObjectAttachmentsCollection Attachments { get; }
Public ReadOnly Property Attachments As MessageObjectAttachmentsCollection
Get
public:
property MessageObjectAttachmentsCollection^ Attachments {
MessageObjectAttachmentsCollection^ get ();
}
member Attachments : MessageObjectAttachmentsCollection with get
Property Value
Type:
MessageObjectAttachmentsCollectionThe attachments.
See Also