MailKit Documentation
MailKit Documentation
API Reference
MailKit
UniqueIdSet Class
UniqueIdSet Methods
Add Method
AddRange Method
Clear Method
Contains Method
CopyTo Method
GetEnumerator Method
IndexOf Method
Insert Method
Remove Method
RemoveAt Method
ToString Method
TryParse Method
Unique
Id
Set
Copy
To Method
Copies all of the unique ids in the set to the specified array.
Namespace:
MailKit
Assembly:
MailKit (in MailKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
void
CopyTo
(
UniqueId
[]
array
,
int
arrayIndex
)
Parameters
array
UniqueId
The array to copy the unique ids to.
arrayIndex
Int32
The index into the array.
Implements
ICollection
T
CopyTo(
T
, Int32)
Exceptions
Exception
Condition
ArgumentNullException
array
is
null
.
ArgumentOutOfRangeException
arrayIndex
is out of set.
Remarks
Copies all of the unique ids within the set into the array, starting at the specified array index.
See Also
Reference
UniqueIdSet Class
MailKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast