IMessageAttachments Property |
Gets message attachments
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
SyntaxICollection<Attachment> Attachments { get; }
ReadOnly Property Attachments As ICollection(Of Attachment)
Get
property ICollection<Attachment^>^ Attachments {
ICollection<Attachment^>^ get ();
}
abstract Attachments : ICollection<Attachment> with get
Property Value
Type:
ICollectionAttachment
See Also