MailKit Documentation
MailKit Documentation
API Reference
MimeKit.Tnef
TnefPropertyReader Class
TnefPropertyReader Methods
Equals Method
GetEmbeddedMessageReader Method
GetHashCode Method
GetRawValueReadStream Method
ReadNextProperty Method
ReadNextRow Method
ReadNextValue Method
ReadRawValue Method
ReadTextValue Method
ReadValue Method
ReadValueAsBoolean Method
ReadValueAsBytes Method
ReadValueAsDateTime Method
ReadValueAsDouble Method
ReadValueAsFloat Method
ReadValueAsGuid Method
ReadValueAsInt16 Method
ReadValueAsInt32 Method
ReadValueAsInt64 Method
ReadValueAsString Method
Tnef
Property
Reader
Read
Value
As
Int
16 Method
Read the value as a 16-bit integer.
Namespace:
MimeKit.Tnef
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
short
ReadValueAsInt16
()
Return Value
Int16
The value as a 16-bit integer.
Exceptions
Exception
Condition
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
Reference
TnefPropertyReader Class
MimeKit.Tnef Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast