|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Folder in microsoft.exchange.webservices.data |
|---|
| Subclasses of Folder in microsoft.exchange.webservices.data | |
|---|---|
class |
CalendarFolder
Represents a folder containing appointments. |
class |
ContactsFolder
Represents a folder containing contacts. |
class |
SearchFolder
Represents a search folder. |
class |
TasksFolder
Represents a folder containing task items. |
| Methods in microsoft.exchange.webservices.data with type parameters of type Folder | ||
|---|---|---|
protected
|
ExchangeService.bindToFolder(Class<TFolder> cls,
FolderId folderId,
PropertySet propertySet)
Binds to folder. |
|
| Methods in microsoft.exchange.webservices.data that return Folder | |
|---|---|
static Folder |
Folder.bind(ExchangeService service,
FolderId id)
Binds to an existing folder, whatever its actual type is, and loads the specified set of properties. |
static Folder |
Folder.bind(ExchangeService service,
FolderId id,
PropertySet propertySet)
Binds to an existing folder, whatever its actual type is, and loads the specified set of properties. |
static Folder |
Folder.bind(ExchangeService service,
WellKnownFolderName name)
* Binds to an existing folder, whatever its actual type is, and loads the specified set of properties. |
static Folder |
Folder.bind(ExchangeService service,
WellKnownFolderName name,
PropertySet propertySet)
Binds to an existing folder, whatever its actual type is, and loads the specified set of properties. |
protected Folder |
ExchangeService.bindToFolder(FolderId folderId,
PropertySet propertySet)
Binds to a folder. |
Folder |
Folder.copy(FolderId destinationFolderId)
Copies this folder into a specific folder. |
Folder |
Folder.copy(WellKnownFolderName destinationFolderName)
Copies this folder into the specified folder. |
protected Folder |
ExchangeService.copyFolder(FolderId folderId,
FolderId destinationFolderId)
Copies a folder. |
Folder |
MoveCopyFolderResponse.getFolder()
Gets the new (moved or copied) folder. |
Folder |
GetFolderResponse.getFolder()
Gets the folder that was retrieved. |
Folder |
FolderChange.getFolder()
* Gets the folder the change applies to. |
Folder |
Folder.move(FolderId destinationFolderId)
Moves this folder to a specific folder. |
Folder |
Folder.move(WellKnownFolderName destinationFolderName)
Moves this folder to a specific folder. |
protected Folder |
ExchangeService.moveFolder(FolderId folderId,
FolderId destinationFolderId)
Move a folder. |
| Methods in microsoft.exchange.webservices.data that return types with arguments of type Folder | |
|---|---|
ArrayList<Folder> |
FindFoldersResults.getFolders()
Gets a collection containing the folders that were found by the search operation. |
Iterator<Folder> |
FindFoldersResults.iterator()
Returns an iterator that iterates through a collection. |
| Methods in microsoft.exchange.webservices.data with parameters of type Folder | |
|---|---|
protected void |
ExchangeService.createFolder(Folder folder,
FolderId parentFolderId)
Creates a folder. |
protected void |
ExchangeService.loadPropertiesForFolder(Folder folder,
PropertySet propertySet)
Load specified properties for a folder. |
protected void |
ExchangeService.updateFolder(Folder folder)
Updates a folder. |
| Constructors in microsoft.exchange.webservices.data with parameters of type Folder | |
|---|---|
FolderPermissionCollection(Folder owner)
* Initializes a new instance of the FolderPermissionCollection class. |
|
GetFolderResponse(Folder folder,
PropertySet propertySet)
Initializes a new instance of the GetFolderResponse class. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||