Click or drag to resize
MimeKit

TnefReaderReadNextAttribute Method

Advance to the next attribute in the TNEF stream.

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

Return Value

Boolean
true if there is another attribute available to be read; otherwise false.
Exceptions
ExceptionCondition
TnefException The TNEF stream is corrupted or invalid.
Remarks
Advances to the next attribute in the TNEF stream.
See Also