ExchangeServiceResolveName(String, ResolveNameSearchLocation, Boolean, PropertySet) - метод |
Finds contacts in the Global Address List that have names that match the one passed as a parameter.
Calling this method results in a call to EWS.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public Task<NameResolutionCollection> ResolveName(
string nameToResolve,
ResolveNameSearchLocation searchScope,
bool returnContactDetails,
PropertySet contactDataPropertySet
)
Public Function ResolveName (
nameToResolve As String,
searchScope As ResolveNameSearchLocation,
returnContactDetails As Boolean,
contactDataPropertySet As PropertySet
) As Task(Of NameResolutionCollection)
public:
Task<NameResolutionCollection^>^ ResolveName(
String^ nameToResolve,
ResolveNameSearchLocation searchScope,
bool returnContactDetails,
PropertySet^ contactDataPropertySet
)
member ResolveName :
nameToResolve : string *
searchScope : ResolveNameSearchLocation *
returnContactDetails : bool *
contactDataPropertySet : PropertySet -> Task<NameResolutionCollection>
Параметры
- nameToResolve
- Тип: SystemString
The name to resolve. - searchScope
- Тип: Tessa.Exchange.WebServices.DataResolveNameSearchLocation
The scope of the search. - returnContactDetails
- Тип: SystemBoolean
Indicates whether full contact information should be returned for each of the found contacts. - contactDataPropertySet
- Тип: Tessa.Exchange.WebServices.DataPropertySet
Propety set for contact details
Возвращаемое значение
Тип:
TaskNameResolutionCollectionA collection of name resolutions whose names match the one passed as a parameter.
См. также