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 LoginAuthToken( string userName, string password ); [C++] public: LoginAuthToken( String* userName, String* password ); [JScript] public function LoginAuthToken( String userName, String password );