Click or drag to resize
MimeKit

TnefPropertyReaderReadValueAsBytes Method

Read the value as a byte array.

Namespace: MimeKit.Tnef
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public byte[] ReadValueAsBytes()

Return Value

Byte
The value as a byte array.
Exceptions
ExceptionCondition
InvalidOperationException There are no more values to read or the value could not be read as a byte array.
EndOfStreamException The TNEF stream is truncated and the value could not be read.
Remarks
Reads any string, binary blob, Class ID, or Object attribute or property value as a byte array.
See Also