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