PowerTCP Mail for .NET
Parts Property




A Part list that contains all the parts in the Multipart.
Syntax
Public Property Parts As MultipartContent
Dim instance As Multipart
Dim value As MultipartContent
 
instance.Parts = value
 
value = instance.Parts
public MultipartContent Parts {get; set;}
public: __property MultipartContent* get_Parts();
public: __property void set_Parts( 
   MultipartContent* value
);
public:
property MultipartContent^ Parts {
   MultipartContent^ get();
   void set (    MultipartContent^ value);
}
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