MailKit Documentation
MailKit Documentation
API Reference
MimeKit
HeaderList Class
HeaderList Methods
Add Method
Clear Method
Contains Method
CopyTo Method
GetEnumerator Method
IndexOf Method
Insert Method
LastIndexOf Method
Load Method
LoadAsync Method
Remove Method
RemoveAll Method
RemoveAt Method
Replace Method
WriteTo Method
WriteToAsync Method
Header
List
Copy
To Method
Copy all of the headers in the
HeaderList
to the specified array.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
void
CopyTo
(
Header
[]
array
,
int
arrayIndex
)
Parameters
array
Header
The array to copy the headers 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 headers within the
HeaderList
into the array, starting at the specified array index.
See Also
Reference
HeaderList Class
MimeKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast