MailKit Documentation
MailKit Documentation
API Reference
MailKit
UniqueIdRange Class
UniqueIdRange Methods
Add Method
Clear Method
Contains Method
CopyTo Method
GetEnumerator Method
IndexOf Method
Insert Method
Remove Method
RemoveAt Method
ToString Method
TryParse Method
Unique
Id
Range
Remove Method
Removes the unique identifier from the range.
Namespace:
MailKit
Assembly:
MailKit (in MailKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
bool
Remove
(
UniqueId
uid
)
Parameters
uid
UniqueId
The unique identifier to remove.
Return Value
Boolean
Field Value
Boolean
true if the unique identifier was removed; otherwise
Field Value
Boolean
false.
Implements
ICollection
T
Remove(T)
Exceptions
Exception
Condition
NotSupportedException
The list does not support removing items.
Remarks
Since a
UniqueIdRange
is read-only, unique ids cannot be removed.
See Also
Reference
UniqueIdRange Class
MailKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast