PowerTCP Mail for .NET
Body Property




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

Property Value

Unicode string.
Remarks
When set, encoding is delayed until the message is encoded.
See Also

Reference

HeaderField Class
HeaderField Members


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic