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

C#
public 
IAsyncResult 
BeginLookup(
	
string 
lookupString,
	
AsyncCallback 
contactsAndGroupsCallback,
	
Object 
state
)

Parameters

lookupString
Type: System . . :: . . String
contactsAndGroupsCallback
Type: System . . :: . . AsyncCallback
state
Type: System . . :: . . Object

See Also