| MailboxAddressAddress Property |
Get or set the mailbox address.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public string Address { get; set; }
Property Value
StringThe mailbox address.
Exceptions Remarks
Represents the actual email address and is in the form of user@domain.com.
See Also