ContactManager.BeginSearch Method
Include Protected Members
Include Inherited Members
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) | 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. |
Top