Dart.Mail Namespace > Multipart Class : Attachments Property |
Public ReadOnly Property Attachments As PartCollection(Of Attachment)
Dim instance As Multipart Dim value As PartCollection(Of Attachment) value = instance.Attachments
public PartCollection<Attachment> Attachments {get;}
public: __property PartCollection<Attachment*>* get_Attachments();
public: property PartCollection<Attachment^>^ Attachments { PartCollection<Attachment^>^ get(); }