| MailboxAddressDomain Property |
Get the domain of the email address.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public string Domain { get; }
Property Value
StringThe domain portion of the mailbox address.
Remarks
Gets the domain of the email address.
See Also