Compartir a través de


MapiEntryId Explicit Conversion (MapiEntryId to Byte[])

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

Syntax

'Declaration
Public Shared Narrowing Operator CType ( _
    source As MapiEntryId _
) As Byte()
'Usage
Dim input As MapiEntryId
Dim output As Byte()

output = CType(input, Byte())
public static explicit operator byte[] (
    MapiEntryId source
)

Return Value

Type: []