| ZennoLab.CommandCenter Assembly > ZennoLab.CommandCenter Namespace > ZennoPoster Class > ValidateEmail Method : ValidateEmail(String,String) Method |
Type: System.String
The login for mail.
Type: System.String
The password for mail.
Type: System.String
The login for mail.
Type: System.String
The password for mail.
try { ZennoPoster.ValidateEmail({email}, {password}); } catch { // Email not valid! }
try { $res = ZennoPoster::ValidateEmail({email}, {password}); } catch(Exception $e) { // email not valid }
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows Seven