Converts a String to an EwsMessageBody.

Namespace:  Rebex.Net
Assembly:  Rebex.Ews (in Rebex.Ews.dll)

Syntax

Visual Basic
Public Shared Widening Operator CType ( _
	content As String _
) As EwsMessageBody
C#
public static implicit operator EwsMessageBody (
	string content
)

Parameters

content
Type: System..::..String
Text value of the body.

Return Value

New instance of the EwsMessageBody.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also