MessageBodyPlainText Property
In This Topic
Gets the message body in plain text format.
Syntax
'Declaration
ReadOnly Property MessageBodyPlainText As String
string MessageBodyPlainText {get;}
property String^ MessageBodyPlainText {
String^ get();
}
See Also