Name | Description | |
---|---|---|
![]() | BestConnectionOptions | Returns a list of the default options excluding options that cannot be performed. The SMTP Port (normally 25) must be open to do a SMTP connect or mailbox check. Must be connected to the internet to do an MxRecord lookup. This effectively performs the greatest possible validation depending on the local machines connection capabilities. |
![]() | ClearLog | Overloaded. Clear the file log |
![]() | DisableLogging | Disable all logging. |
![]() | EnableLogging | Overloaded. Log to the console |
![]() | ValidateList | Overloaded. Validate a list of emails synchronously with an associated contact id from your database |
![]() | ValidateListAsync | Overloaded. Validate a list of emails asynchronously using default options |
![]() | ValidEmail | Overloaded. Validate an email using the DefaultOptions (see the DefaultOptions property) |
![]() | ValidEmailAsync | Overloaded. Validate an email asynchronously using the default options |