The regular expression pattern used to match against candidate email addresses.

Namespace: VcClient
Assembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)

Syntax

C#
public static string EmailAddressRegexPattern { get; }
Visual Basic
Public Shared ReadOnly Property EmailAddressRegexPattern As String
	Get
Visual C++
public:
static property String^ EmailAddressRegexPattern {
	String^ get ();
}

See Also