| MailBoxLocalPart Property |
Gets the local part of the
Address e.g. "john.smith".
Namespace:
Limilabs.Mail.Headers
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public string LocalPart { get; }
Public ReadOnly Property LocalPart As String
Get
public:
property String^ LocalPart {
String^ get ();
}
member LocalPart : string with get
Property Value
Type:
StringSee Also