EwsMessageBody Constructor
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9083)
EwsMessageBody(String, EwsBodyFormat)
Initializes new instance of EwsMessageBody with specified content and format.
Declaration
public EwsMessageBody(string content, EwsBodyFormat format)
Parameters
Type | Name | Description |
---|---|---|
String | content | Content of the message body. |
EwsBodyFormat | format | Format of the body content. |
EwsMessageBody(String)
Initializes new instance of EwsMessageBody with specified content as a text format.
Declaration
public EwsMessageBody(string content)
Parameters
Type | Name | Description |
---|---|---|
String | content | Content of the message body. |