FindItems(ItemView, CancellationToken) | Obtains a list of items by searching the contents of this folder. Calling this method results in a call to EWS. |
FindItems(ItemView, Grouping) | Obtains a grouped list of items by searching the contents of this folder. Calling this method results in a call to EWS. |
FindItems(SearchFilter, ItemView, CancellationToken) | Obtains a list of items by searching the contents of this folder. Calling this method results in a call to EWS. |
FindItems(String, ItemView, CancellationToken) | Obtains a list of items by searching the contents of this folder. Calling this method results in a call to EWS. |
FindItems(SearchFilter, ItemView, Grouping, CancellationToken) | Obtains a grouped list of items by searching the contents of this folder. Calling this method results in a call to EWS. |
FindItems(String, ItemView, Grouping, CancellationToken) | Obtains a grouped list of items by searching the contents of this folder. Calling this method results in a call to EWS. |