PowerTCP Mail for .NET
Text Property (MultipartContent)




Returns a decoded representation of the non-mime content.
Syntax
Public Property Text As String
Dim instance As MultipartContent
Dim value As String
 
instance.Text = value
 
value = instance.Text
public string Text {get; set;}
public: __property string* get_Text();
public: __property void set_Text( 
   string* value
);
public:
property String^ Text {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

MultipartContent Class
MultipartContent Members


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