Initializes new instance of EwsMessageBody with specified content and format.
Namespace:
Rebex.Net
Assembly:
Rebex.Ews (in Rebex.Ews.dll)
Syntax
| Visual Basic |
|---|
Public Sub New ( _ content As String, _ format As EwsBodyFormat _ ) |
| C# |
|---|
public EwsMessageBody( string content, EwsBodyFormat format ) |
Parameters
- content
- Type: System..::..String
Content of the message body.
- format
- Type: Rebex.Net..::..EwsBodyFormat
Format of the body content.