ExchangeServiceFindItems(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.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public Task<FindItemsResults<Item>> FindItems(
WellKnownFolderName parentFolderName,
string queryString,
ViewBase view
)
Public Function FindItems (
parentFolderName As WellKnownFolderName,
queryString As String,
view As ViewBase
) As Task(Of FindItemsResults(Of Item))
public:
Task<FindItemsResults<Item^>^>^ FindItems(
WellKnownFolderName parentFolderName,
String^ queryString,
ViewBase^ view
)
member FindItems :
parentFolderName : WellKnownFolderName *
queryString : string *
view : ViewBase -> Task<FindItemsResults<Item>>
Параметры
- parentFolderName
- Тип: Tessa.Exchange.WebServices.DataWellKnownFolderName
The name of the folder in which to search for items. - queryString
- Тип: SystemString
query string to be used for indexed search - view
- Тип: Tessa.Exchange.WebServices.DataViewBase
The view controlling the number of items returned.
Возвращаемое значение
Тип:
TaskFindItemsResultsItemAn object representing the results of the search operation.
См. также