Click or drag to resize
MimeKit

PublicKeyNotFoundExceptionMailbox Property

Gets the key id that could not be found.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public MailboxAddress Mailbox { get; }

Property Value

MailboxAddress
The key id.
Remarks
Gets the key id that could not be found.
See Also