Click or drag to resize
MimeKit

UniqueIdRangeClear Method

Clears the list.

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

Implements

ICollectionTClear
Exceptions
ExceptionCondition
NotSupportedException The list does not support being cleared.
Remarks
Since a UniqueIdRange is read-only, the range cannot be cleared.
See Also