API Reference
| Classic JavaDoc |
Outlook.Outlook
public Outlook()
public Outlook(String profile, String password)
public Outlook(String profile, String password, boolean showDialog, boolean newSession)
Default constructor. Creates the Outlook object and logs on with the default profile.Throws:
ComponentObjectModelException | |
LibraryNotFoundException |
public Outlook(String profile, String password)
Creates the Outlook object and logs on with the specified profile.
public Outlook(String profile, String password, boolean showDialog, boolean newSession)
Creates the Outlook object and logs on with the specified profile.
Community comments
Powered by JavaDocPlus