| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
OwaOptions |
Service.getOwaOptions()
Gets the owa options.
|
OwaOptions |
Service.getOwaOptions(FolderId folderId)
Gets the owa options.
|
OwaOptions |
Service.getOwaOptions(StandardFolder standardFolder)
Gets the owa options.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
Service.createOwaOptions(OwaOptions owaOptions)
Creates the owa options.
|
Response |
Service.createOwaOptions(OwaOptions owaOptions,
FolderId folderId)
Creates the owa options.
|
Response |
Service.createOwaOptions(OwaOptions owaOptions,
StandardFolder standardFolder)
Creates the owa options.
|
Response |
Service.updateOwaOptions(OwaOptions owaOptions)
Update owa options.
|
Response |
Service.updateOwaOptions(OwaOptions owaOptions,
FolderId folderId)
Update owa options.
|
Response |
Service.updateOwaOptions(OwaOptions owaOptions,
StandardFolder standardFolder)
Update owa options.
|