Overload | Description |
---|---|
ValidEmail(String) | Validate an email using the DefaultOptions (see the DefaultOptions property) |
ValidEmail(String,String) | Validate an email and an associated contact id using the DefaultOptions (see the DefaultOptions property) |
ValidEmail(String,List<ValidationOptions>) | Validate an email address synchronously using the passed in options |
ValidEmail(String,String,List<ValidationOptions>) | Validate an email address synchronously using the passed in options |