ContactAttachments Property |
Gets attachments collection
Namespace:
Aspose.Email.PersonalInfo
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public AttachmentCollection Attachments { get; }
Public ReadOnly Property Attachments As AttachmentCollection
Get
public:
property AttachmentCollection^ Attachments {
AttachmentCollection^ get ();
}
member Attachments : AttachmentCollection with get
Property Value
Type:
AttachmentCollectionSee Also