Converts an EwsItemId to a String.

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

Syntax

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

Parameters

value
Type: Rebex.Net..::..EwsItemId
Instance of the ID.

Return Value

String representation of the EwsItemId.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also