Click or drag to resize
MimeKit

CmsRecipientCollectionRemove Method

Removes the specified recipient.

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

Parameters

recipient  CmsRecipient
The recipient.

Return Value

Boolean

Field Value

Boolean
true if the recipient was removed; otherwise

Field Value

Boolean
false.

Implements

ICollectionTRemove(T)
Exceptions
ExceptionCondition
ArgumentNullExceptionrecipient is null.
Remarks
Removes the specified recipient.
See Also