Folder methods
EWS Managed API
The Folder type exposes the following members.
| Name | Description | |
|---|---|---|
|
Bind(ExchangeService, FolderId) | Binds to an existing folder, whatever its actual type is, and loads its first class properties. |
|
Bind(ExchangeService, WellKnownFolderName) | Binds to an existing folder, whatever its actual type is, and loads its first class properties. |
|
Bind(ExchangeService, FolderId, PropertySet) | Binds to an existing folder, whatever its actual type is, and loads the specified set of properties. |
|
Bind(ExchangeService, WellKnownFolderName, PropertySet) | Binds to an existing folder, whatever its actual type is, and loads the specified set of properties. |
|
Copy(FolderId) | Copies this folder into a specific folder. |
|
Copy(WellKnownFolderName) | Copies this folder into the specified folder. |
|
Delete | Deletes the folder. |
|
Empty | Empties the folder. Optionally, enables you to empty subfolders. |
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
FindFolders(FolderView) | Obtains a list of folders by searching the subfolders of this folder. |
|
FindFolders(SearchFilter, FolderView) | Returns a list of folders by searching the subfolders in the specified view that satisfy the specified search filter criteria. |
|
FindItems(ItemView) | Obtains a list of items by searching the contents of this folder. |
|
FindItems(String, ItemView) | Returns a list of items by searching the contents of this folder with the specified query string. |
|
FindItems(ItemView, Grouping) | Obtains a list of items by searching the contents of this folder in the specified view and grouped by the specified property. |
|
FindItems(SearchFilter, ItemView) | Obtains a list of items by searching the contents of this folder. |
|
FindItems(String, ItemView, Grouping) | Returns a list of items by searching the contents of this folder. |
|
FindItems(SearchFilter, ItemView, Grouping) | Returns a list of items by searching the contents of this folder, using the specified search filter. |
|
GetHashCode | (Inherited from Object.) |
|
GetLoadedPropertyDefinitions | Provides the collection of loaded property definitions. (Inherited from ServiceObject.) |
|
GetType | (Inherited from Object.) |
|
Load() | Loads the first-class properties. (Inherited from ServiceObject.) |
|
Load(PropertySet) | Loads the specified set of properties. (Inherited from ServiceObject.) |
|
MarkAllItemsAsRead | Marks all items in folder as read. The MarkAllItemsAsRead(Boolean) method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
|
MarkAllItemsAsUnread | Marks all items in folder as unread. The MarkAllItemsAsUnread(Boolean) method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
|
MemberwiseClone | (Inherited from Object.) |
|
Move(FolderId) | Moves this folder to a specific folder. |
|
Move(WellKnownFolderName) | Moves this folder to the specified folder. |
|
RemoveExtendedProperty | Removes an extended property from the folder. |
|
Save(FolderId) | Saves this folder in a specific folder. |
|
Save(WellKnownFolderName) | Saves this folder in a specific folder. |
|
SetExtendedProperty | Sets the specified extended property. |
|
ToString | (Inherited from Object.) |
|
TryGetProperty(PropertyDefinitionBase, Object) | Tries to get the value of a specified property. (Inherited from ServiceObject.) |
|
TryGetProperty<T>(PropertyDefinitionBase, T) | Tries to get the value of a specified property. (Inherited from ServiceObject.) |
|
Update | Applies the local changes that have been made to this folder. |