:: com :: sun :: star :: mail ::

interface XAuthenticator

Methods' Summary
getUserName Will be called when the user name is needed.  
getPassword Will be called when the password of the user is needed.  
Methods' Details
getUserName
string
getUserName();

Description
Will be called when the user name is needed.
Returns
the user name.
getPassword
string
getPassword();

Description
Will be called when the password of the user is needed.
Returns
the password of the user.
Top of Page