MailKit Documentation
MailKit Documentation
API Reference
MimeKit
MessageIdList Class
MessageIdList Methods
Add Method
AddRange Method
Clear Method
Clone Method
Contains Method
CopyTo Method
GetEnumerator Method
IndexOf Method
Insert Method
Remove Method
RemoveAt Method
ToString Method
Message
Id
List
Copy
To Method
Copy all of the Message-Ids in the
MessageIdList
to the specified array.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
void
CopyTo
(
string
[]
array
,
int
arrayIndex
)
Parameters
array
String
The array to copy the Message-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 range.
Remarks
Copies all of the Message-Ids within the
MessageIdList
into the array, starting at the specified array index.
See Also
Reference
MessageIdList Class
MimeKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast