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