 | TnefPropertyReaderReadNextRow Method |
Advance to the next table row of properties.
Namespace: MimeKit.TnefAssembly: MimeKit (in MimeKit.dll) Version: 4.10.0
Syntaxpublic bool ReadNextRow()
Return Value
Boolean if there is another row available to be read; otherwise,
.
ExceptionsException | Condition |
---|
TnefException |
The TNEF data is corrupt or invalid.
|
Remarks
Advances to the next table row of properties.
See Also