Click or drag to resize
MimeKit

UniqueIdSetClear Method

Clears the list.

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

Implements

ICollectionTClear
Exceptions
ExceptionCondition
InvalidOperationException The collection is readonly.
Remarks
Clears the list.
See Also