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