MsgMessage.SetBody Method
Namespace: Rebex.Mail
Assembly: Rebex.Msg.dll (version 7.0.9448)
SetBody(String, String, String)
Sets the body of the message.
Declaration
public void SetBody(string text, string html = null, string rtf = null)
Parameters
| Type | Name | Description |
|---|---|---|
| String | text | A plain text body (can be null). |
| String | html | An HTML body (can be null). |
| String | rtf | An RTF body (can be null). |