Message.Content 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.
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.