ContactManager.BeginLookup method
Looks up a contact or a distribution group by entryid, sip address, email address, display name, etc..
Namespace: Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Function BeginLookup ( _
lookupString As String, _
contactsAndGroupsCallback As AsyncCallback, _
state As Object _
) As IAsyncResult
'Usage
Dim instance As ContactManager
Dim lookupString As String
Dim contactsAndGroupsCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult
returnValue = instance.BeginLookup(lookupString, _
contactsAndGroupsCallback, state)
public IAsyncResult BeginLookup(
string lookupString,
AsyncCallback contactsAndGroupsCallback,
Object state
)
Parameters
- lookupString
Type: System.String
- contactsAndGroupsCallback
Type: System.AsyncCallback
- state
Type: System.Object
Return value
Type: System.IAsyncResult