| DsnRootBody Property |
Gets or sets this Delivery Status Notification (DSN) root body.
Namespace:
Limilabs.Mail.MIME
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public string Body { get; set; }
Public Property Body As String
Get
Set
public:
property String^ Body {
String^ get ();
void set (String^ value);
}
member Body : string with get, set
Property Value
Type:
StringSee Also