Converts an EwsFolderId to a String.

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

Syntax

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

Parameters

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

Return Value

String representation of the EwsFolderId.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also