| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
static SharingDataType |
SharingDataType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SharingDataType[] |
SharingDataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GetSharingFolderResponse |
Service.getSharingFolder(java.lang.String smtpAddress,
SharingDataType type)
Gets the local folder identifier of the specified shared folder.
|
GetSharingFolderResponse |
Service.getSharingFolder(java.lang.String smtpAddress,
SharingDataType type,
java.lang.String sharedFolderId)
Gets the local folder identifier of the specified shared folder.
|