Click or drag to resize
MimeKit

MailboxAddressLocalPart Property

Get the local-part of the email address.

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

Property Value

String
The 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