MailKit Documentation
MailKit Documentation
API Reference
MimeKit
InternetAddressList Class
InternetAddressList Methods
Add Method
AddRange Method
Clear Method
CompareTo Method
Contains Method
CopyTo Method
Equals Method
GetEnumerator Method
GetHashCode Method
IndexOf Method
Insert Method
Parse Method
Remove Method
RemoveAt Method
ToString Method
TryParse Method
Internet
Address
List
Copy
To Method
Copy all of the addresses in the
InternetAddressList
to the specified array.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
void
CopyTo
(
InternetAddress
[]
array
,
int
arrayIndex
)
Parameters
array
InternetAddress
The array to copy the addresses 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 addresses within the
InternetAddressList
into the array, starting at the specified array index.
See Also
Reference
InternetAddressList Class
MimeKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast