Click or drag to resize
MimeKit

TnefPropertyReaderReadValueAsInt32 Method

Read the value as a 32-bit integer.

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

Return Value

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