Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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: []