Click or drag to resize
MimeKit

InternetAddressListMailboxes Property

Recursively get all of the mailboxes contained within the InternetAddressList.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public IEnumerable<MailboxAddress> Mailboxes { get; }

Property Value

IEnumerableMailboxAddress
The mailboxes.
Remarks
This API is useful for collecting a flattened list of MailboxAddress recipients for use with sending via SMTP or for encrypting via S/MIME or PGP/MIME.
See Also