| MailboxAddressLocalPart Property |
Get the local-part of the email address.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public string LocalPart { get; }
Property Value
StringThe local-part portion of the mailbox address.
Remarks
Gets the local-part of the email address, sometimes referred to as the "user" portion of an email address.
See Also