Click or drag to resize
MimeKit

CmsRecipientCollectionAdd Method

Adds the specified recipient.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public void Add(
	CmsRecipient recipient
)

Parameters

recipient  CmsRecipient
The recipient.

Implements

ICollectionTAdd(T)
Exceptions
ExceptionCondition
ArgumentNullExceptionrecipient is null.
Remarks
Adds the specified recipient.
See Also