| UniqueIdRangeRemove Method |
Removes the unique identifier from the range.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.10.0
Syntax public bool Remove(
UniqueId uid
)
Parameters
- uid UniqueId
- The unique identifier to remove.
Return Value
Boolean if the unique identifier was removed; otherwise,
.
Implements
ICollectionTRemove(T)Exceptions Remarks
Since a
UniqueIdRange is read-only, unique ids cannot be removed.
See Also