Gets the organization information for this contact.

Namespace:  Microsoft.Lync.Model
Assembly:  Microsoft.Lync.Model(in Microsoft.Lync.Model.dll)

Syntax

C#
public 
IAsyncResult 
BeginGetOrganizationInformation(
	

OrganizationStructureTypes 
orgInfoTypes,
	
AsyncCallback 
contactCallback,
	
Object 
state
)

See Also