MailKit Documentation
MailKit Documentation
API Reference
MimeKit.Cryptography
CmsRecipientCollection Class
CmsRecipientCollection Methods
Add Method
Clear Method
Contains Method
CopyTo Method
GetEnumerator Method
Remove Method
Cms
Recipient
Collection
Copy
To Method
Copies all of the recipients in the
CmsRecipientCollection
to the specified array.
Namespace:
MimeKit.Cryptography
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
void
CopyTo
(
CmsRecipient
[]
array
,
int
arrayIndex
)
Parameters
array
CmsRecipient
The array.
arrayIndex
Int32
The array index.
Implements
ICollection
T
CopyTo(
T
, Int32)
Exceptions
Exception
Condition
ArgumentNullException
array
is
null
.
ArgumentOutOfRangeException
arrayIndex
is out of range.
Remarks
Copies all of the recipients within the
CmsRecipientCollection
into the array, starting at the specified array index.
See Also
Reference
CmsRecipientCollection Class
MimeKit.Cryptography Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast