Begins to search for contacts or distribution
groups matching a specified search string. Results of the search
are returned in the System.AsyncCallback you pass in the
contactsAndGroupsCallback argument.
Namespace:
Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model(in Microsoft.Lync.Model.dll)
Syntax
C# |
---|
public IAsyncResult BeginSearch( string searchString, SearchProviders providers, SearchFields searchFields, SearchOptions searchOptions, uint maxResults, AsyncCallback contactsAndGroupsCallback, Object state ) |
Parameters
- searchString
- Type:
System
.
.
::
.
.
String
- providers
- Type:
Microsoft.Lync.Model
.
.
::
.
.
SearchProviders
- searchFields
- Type:
Microsoft.Lync.Model
.
.
::
.
.
SearchFields
- searchOptions
- Type:
Microsoft.Lync.Model
.
.
::
.
.
SearchOptions
- maxResults
- Type:
System
.
.
::
.
.
UInt32
- contactsAndGroupsCallback
- Type:
System
.
.
::
.
.
AsyncCallback
- state
- Type:
System
.
.
::
.
.
Object