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
Remove Method
Removes the specified recipient.
Namespace:
MimeKit.Cryptography
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
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
ICollection
T
Remove(T)
Exceptions
Exception
Condition
ArgumentNullException
recipient
is
null
.
Remarks
Removes the specified recipient.
See Also
Reference
CmsRecipientCollection Class
MimeKit.Cryptography Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast