ExchangeServiceFindItems - метод |
Имя | Описание | |
---|---|---|
FindItems(FolderId, ViewBase, CancellationToken) |
Obtains a list of items by searching the contents of a specific folder. Calling this method results in a call to EWS.
| |
FindItems(WellKnownFolderName, String, ViewBase) |
Obtains a list of items by searching the contents of a specific folder. Calling this method results in a call to EWS.
| |
FindItems(WellKnownFolderName, SearchFilter, ViewBase) |
Obtains a list of items by searching the contents of a specific folder. Calling this method results in a call to EWS.
| |
FindItems(WellKnownFolderName, ViewBase, CancellationToken) |
Obtains a list of items by searching the contents of a specific folder. Calling this method results in a call to EWS.
| |
FindItems(FolderId, String, ViewBase, CancellationToken) |
Obtains a list of items by searching the contents of a specific folder. Calling this method results in a call to EWS.
| |
FindItems(FolderId, SearchFilter, ViewBase, CancellationToken) |
Obtains a list of items by searching the contents of a specific folder. Calling this method results in a call to EWS.
| |
FindItems(FolderId, ViewBase, Grouping, CancellationToken) |
Obtains a grouped list of items by searching the contents of a specific folder. Calling this method results in a call to EWS.
| |
FindItems(FolderId, String, Boolean, ViewBase, CancellationToken) |
Obtains a list of items by searching the contents of a specific folder.
Along with conversations, a list of highlight terms are returned.
Calling this method results in a call to EWS.
| |
FindItems(FolderId, String, ViewBase, Grouping, CancellationToken) |
Obtains a grouped list of items by searching the contents of a specific folder. Calling this method results in a call to EWS.
| |
FindItems(FolderId, SearchFilter, ViewBase, Grouping, CancellationToken) |
Obtains a grouped list of items by searching the contents of a specific folder. Calling this method results in a call to EWS.
| |
FindItems(WellKnownFolderName, String, ViewBase, Grouping, CancellationToken) |
Obtains a grouped list of items by searching the contents of a specific folder. Calling this method results in a call to EWS.
| |
FindItems(WellKnownFolderName, SearchFilter, ViewBase, Grouping, CancellationToken) |
Obtains a grouped list of items by searching the contents of a specific folder. Calling this method results in a call to EWS.
| |
FindItems(FolderId, String, Boolean, ViewBase, Grouping, CancellationToken) |
Obtains a list of items by searching the contents of a specific folder.
Along with conversations, a list of highlight terms are returned.
Calling this method results in a call to EWS.
|