Click or drag to resize
MimeKit

MailboxAddressRoute Property

Get the mailbox route.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public DomainList Route { get; }

Property Value

DomainList
The mailbox route.
Remarks
A route is convention that is rarely seen in modern email systems, but is supported for compatibility with email archives.
See Also