API Reference
| Classic JavaDoc |
Outlook.logon
public void logon(String pProfile, String pPassword, boolean pShowDialog, boolean pNewSession)
public void logon(String pProfile)
public void logon()
Logs on with the specified profile.Parameters:
Throws:
pProfile | profile's name |
pPassword | password |
pShowDialog | |
pNewSession | if true create a new session; otherwise use existing session if any |
ComponentObjectModelException | if any error occurs |
public void logon(String pProfile)
Logs on with the specified profile.Parameters:
Throws:
pProfile | profile's name |
ComponentObjectModelException | if any error occurs |
public void logon()
Logs on with the default profile or displays a profile selection dialog box.Throws:
ComponentObjectModelException | if any error occurs |
Community comments
Powered by JavaDocPlus