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