Converts an EwsAttachmentId to a String.

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

Syntax

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

Parameters

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

Return Value

String representation of the EwsAttachmentId.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also