Moyosoft Products | Services | Download | Contact us    
Java Outlook Connector
Products  >  Java Outlook Connector  >  API Reference    
API Reference
   
Overview  |  
Classic JavaDoc

Outlook.logon

public void logon(String pProfile, String pPassword, boolean pShowDialog, boolean pNewSession)

Logs on with the specified profile.

Parameters:
pProfile   profile's name
pPassword   password
pShowDialog   
pNewSession   if true create a new session; otherwise use existing session if any

Throws:
ComponentObjectModelException   if any error occurs

public void logon(String pProfile)

Logs on with the specified profile.

Parameters:
pProfile   profile's name

Throws:
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