ContactManager.BeginSearch method
Overload list
Name | Description | |
---|---|---|
BeginSearch(String, AsyncCallback, Object) | 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. | |
BeginSearch(String, SearchProviders, SearchFields, SearchOptions, UInt32, AsyncCallback, Object) | Searches for contacts and distribution groups that match the given search criteria. |
Top