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
- messageIdentity
Type: Microsoft.Exchange.Data.QueueViewer.MessageIdentity
Return Value
Type: System.Int64