Gets or sets the decoded body of the header field (that follows ': ').
Syntax
public string Body {get; set;}
public: __property string* get_Body();
public: __property void set_Body(
string* value
);
Public Property Body As String
Dim instance As HeaderField
Dim value As String
instance.Body = value
value = instance.Body
Property Value
Unicode string.
See Also