Click or drag to resize
MimeKit

TnefPropertyReaderReadValue Method

Read the value.

Namespace: MimeKit.Tnef
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public Object ReadValue()

Return Value

Object
The value.
Exceptions
ExceptionCondition
InvalidOperationException There are no more values to read or the value could not be read.
EndOfStreamException The TNEF stream is truncated and the value could not be read.
Remarks
Reads an attribute or property value as its native type.
See Also