| TnefReaderReadNextAttribute Method |
Advance to the next attribute in the TNEF stream.
Namespace: MimeKit.TnefAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public bool ReadNextAttribute()
Return Value
Booleantrue if there is another attribute available to be read; otherwise
false.
Exceptions Exception | Condition |
---|
TnefException |
The TNEF stream is corrupted or invalid.
|
Remarks
Advances to the next attribute in the TNEF stream.
See Also