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
Contains Method
Checks if the range contains the specified unique id.
Namespace:
MailKit
Assembly:
MailKit (in MailKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
bool
Contains
(
UniqueId
uid
)
Parameters
uid
UniqueId
The unique id.
Return Value
Boolean
Field Value
Boolean
true if the specified unique identifier is in the range; otherwise
Field Value
Boolean
false.
Implements
ICollection
T
Contains(T)
Remarks
Determines whether or not the range contains the specified unique id.
See Also
Reference
UniqueIdRange Class
MailKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast