 | MailboxAddressAddress Property |
Get or set the mailbox address.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.10.0
Syntaxpublic 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