Click or drag to resize
MimeKit

CmsRecipientExceptionRecipient Property

Get the recipient that caused the error.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.17.0
Syntax
C#
public CmsRecipient Recipient { get; }

Property Value

CmsRecipient
The recipient.
Remarks
Gets the recipient that caused the error.
See Also