Message.Content Property

Definition

Message content parsed as a string.

public:
 property System::String ^ Content { System::String ^ get(); void set(System::String ^ value); };
public string Content { get; set; }
Public Property Content As String

Property Value

Remarks

This property contains the value associated with the "Content" header.

This property is valid only for UTF-8 text content types. Nontext and encoded types should use the RawContent property.

Applies to