Click or drag to resize
MimeKit

CmsRecipientCollectionCopyTo Method

Copies all the recipients in the CmsRecipientCollection to the specified array.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.10.0
Syntax
C#
public void CopyTo(
	CmsRecipient[] array,
	int arrayIndex
)

Parameters

array  CmsRecipient
The array.
arrayIndex  Int32
The array index.

Implements

ICollectionTCopyTo(T, Int32)
Exceptions
ExceptionCondition
ArgumentNullExceptionarray is .
ArgumentOutOfRangeExceptionarrayIndex is out of range.
Remarks
Copies all the recipients within the CmsRecipientCollection into the array, starting at the specified array index.
See Also