MessageReceivedEventArgs.TextBody Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the body in the form of a string if the content was easily convertable.
public:
property System::String ^ TextBody { System::String ^ get(); };
public string TextBody { get; }
member this.TextBody : string
Public ReadOnly Property TextBody As String
Property Value
The body as a string.