Edit

Share via


MessageReceivedEventArgs.TextBody Property

Definition

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.

Applies to