MailKit Documentation
MailKit Documentation
API Reference
MimeKit
Multipart Class
Multipart Methods
Accept Method
Add Method
Clear Method
Contains Method
CopyTo Method
Dispose Method
GetEnumerator Method
IndexOf Method
Insert Method
Prepare Method
Remove Method
RemoveAt Method
TryGetValue Method
WriteTo Method
WriteToAsync Method
Multipart
Copy
To Method
Copy all of the entities in the
Multipart
to the specified array.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
void
CopyTo
(
MimeEntity
[]
array
,
int
arrayIndex
)
Parameters
array
MimeEntity
The array to copy the child entities 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.
ObjectDisposedException
The
Multipart
has been disposed.
Remarks
Copies all of the entities within the
Multipart
into the array, starting at the specified array index.
See Also
Reference
Multipart Class
MimeKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast