Click or drag to resize
MimeKit

CmsRecipientCollectionGetEnumerator Method

Gets an enumerator for the collection of recipients.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public IEnumerator<CmsRecipient> GetEnumerator()

Return Value

IEnumeratorCmsRecipient
The enumerator.

Implements

IEnumerableTGetEnumerator
Remarks
Gets an enumerator for the collection of recipients.
See Also