|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
Exchange class provides methods to access the Exchange server, folders and items.
See:
Description
The Exchange class provides methods to access the Exchange server, folders and items. A typical starting point to connect to Exchange is to create a new instance of this class:
Exchange exchange = new Exchange("hostname", "username", "password");
// Call methods on the Exchange object
Exchange
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||