 | MimeTextText Property |
Gets or sets text data contained in this Mime object.
Encoding is changed to UTF8 when setting.
Namespace: Limilabs.Mail.MIMEAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic string Text { get; set; }Public Property Text As String
Get
Set
public:
property String^ Text {
String^ get ();
void set (String^ value);
}member Text : string with get, set
Property Value
String
See Also