Click or drag to resize
MimeKit

MailboxAddressDomain Property

Get the domain of the email address.

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

Property Value

String
The domain portion of the mailbox address.
Remarks
Gets the domain of the email address.
See Also