Click or drag to resize
MimeKit

TnefPropertyReaderReadNextRow Method

Advance to the next table row of properties.

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

Return Value

Boolean
true if there is another row available to be read; otherwise false.
Exceptions
ExceptionCondition
TnefException The TNEF data is corrupt or invalid.
Remarks
Advances to the next table row of properties.
See Also