Share via


MessageIdentity Implicit conversion (MessageIdentity to Int64)

Namespace:  Microsoft.Exchange.Data.QueueViewer
Assembly:  Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)

Syntax

'Declaration
Public Shared Widening Operator CType ( _
    messageIdentity As MessageIdentity _
) As Long
'Usage
Dim input As MessageIdentity
Dim output As Long

output = CType(input, Long)
public static implicit operator long (
    MessageIdentity messageIdentity
)

Parameters

Return value

Type: System.Int64

See also

Reference

MessageIdentity class

MessageIdentity members

Microsoft.Exchange.Data.QueueViewer namespace