Factoid.Email Field
Factoid.Email Field |
A constant string value that is used to increase recognition accuracy by providing an e-mail context to a recognizer.
Definition
Visual Basic .NET Public Shared Email As String C# public static String Email; Managed C++ public: static String Email;
Field Value
System.String. The string that indicates to a recognizer to look for characters that denote an e-mail address.
This field is read-only. This field has no default value.
Remarks
An example of an e-mail address is
someone@example.com
Note: A fully qualified e-mail address, such as
someone@example.com
, must be used for this factoid. A lone alias, such assomeone
, is not recognized.
See Also