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.