ContactPropertyReader.ReadValueAsBytes Method
The ReadValueAsBytes() method returns the property value as a byte array.
Namespace: Microsoft.Exchange.Data.ContentTypes.vCard
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Function ReadValueAsBytes As Byte()
'Usage
Dim instance As ContactPropertyReader
Dim returnValue As Byte()
returnValue = instance.ReadValueAsBytes()
public byte[] ReadValueAsBytes()
Return Value
Type: []
The ReadValueAsBytes() method returns an array of bytes.