Click or drag to resize
MimeKit

TnefPropertyReaderReadNextProperty Method

Advance to the next MAPI property.

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

Return Value

Boolean
if there is another property available to be read; otherwise, .
Exceptions
ExceptionCondition
TnefException The TNEF data is corrupt or invalid.
Remarks
Advances to the next MAPI property.
See Also