Click or drag to resize
MimeKit

TnefPropertyReaderReadValueAsInt16 Method

Read the value as a 16-bit integer.

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

Return Value

Int16
The value as a 16-bit integer.
Exceptions
ExceptionCondition
InvalidOperationException There are no more values to read or the value could not be read as a 16-bit integer.
EndOfStreamException The TNEF stream is truncated and the value could not be read.
Remarks
Reads any integer-based attribute or property value as a 16-bit integer.
See Also