PowerTCP Mail for .NET
Attachments Property




Get a generic List containing all the Attachments within this part and sub-parts.
Syntax
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();
}
See Also

Reference

Multipart Class
Multipart Members


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic