Click or drag to resize
MimeKit

HeaderSetClear Method

Clear the set of headers.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public void Clear()

Implements

ICollectionTClear
Exceptions
ExceptionCondition
InvalidOperationException The operation is invalid because the HeaderSet is read-only.
Remarks
Clears the set of headers.
See Also