PowerTCP Mail for .NET
Text Property
See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace > MessagePartStream Class : Text Property




Gets or sets the text for the part.

Syntax

Visual Basic (Declaration) 
Public Property Text As String
Visual Basic (Usage)Copy Code
Dim instance As MessagePartStream
Dim value As String
 
instance.Text = value
 
value = instance.Text
C# 
public string Text {get; set;}
Managed Extensions for C++ 
public: __property string* get_Text();
public: __property void set_Text( 
   string* value
);
C++/CLI 
public:
property String^ Text {
   String^ get();
   void set (    String^ value);
}

Property Value

A string representing the text for the part.

Remarks

Gets or sets a string representation of the un-encoded text in this object. When reading this value, the text returned is converted to a string based on the Charset property. Also, when setting this value, the text is converted to bytes based on the Charset property

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 3.2
© 2010 Dart Communications. All Rights Reserved.