ResponseMessageBuilder.ResponseText

ResponseMessageBuilder.ResponseText property

Gets or sets the body of response message.

public string ResponseText { get; set; }

Remarks

Can contain html tags or rtf keywords if type of body of original message is HTML or RTF respectively.

See Also