TnefPropertyReader.ReadValueAsBytes method
The ReadValueAsBytes method reads the current property value and returns it in a byte array.
Namespace: Microsoft.Exchange.Data.ContentTypes.Tnef
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Function ReadValueAsBytes As Byte()
'Usage
Dim instance As TnefPropertyReader
Dim returnValue As Byte()
returnValue = instance.ReadValueAsBytes()
public byte[] ReadValueAsBytes()
Return value
Type: []