ObjectId.GetBytes method

Returns the contents of the ObjectId instance as an array of bytes.

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

Syntax

'Declaration
Public MustOverride Function GetBytes As Byte()
'Usage
Dim instance As ObjectId
Dim returnValue As Byte()

returnValue = instance.GetBytes()
public abstract byte[] GetBytes()

Return value

Type: []
The contents of the ObjectId instance as an array of bytes.

See also

Reference

ObjectId class

ObjectId members

Microsoft.Exchange.Data namespace