Click or drag to resize
MimeKit

TnefPropertyReaderReadValueAsInt64 Method

Read the value as a 64-bit integer.

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

Return Value

Int64
The value as a 64-bit integer.
Exceptions
ExceptionCondition
InvalidOperationException There are no more values to read or the value could not be read as a 64-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 64-bit integer.
See Also