Create a new instance of the LOCAL SMTP AUTH token
[Visual Basic] Public Sub New( _ ByVal userName As String, _ ByVal password As String _ ) [C#] public SmtpAuthToken( string userName, string password ); [C++] public: SmtpAuthToken( String* userName, String* password ); [JScript] public function SmtpAuthToken( String userName, String password );