| UniqueIdSetRemove Method |
Removes the unique identifier from the set.
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)Remarks
Removes the unique identifier from the set.
See Also