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.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also