Converts a String to an EwsItemId.

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

Syntax

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

Parameters

value
Type: System..::..String
Value of the ID.

Return Value

New instance of the EwsItemId.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also