Share via


Contact.BeginGetOrganizationInformation Method

Gets the organization information for this contact.

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

Syntax

'Declaration
Public Function BeginGetOrganizationInformation ( _
    orgInfoTypes As OrganizationStructureTypes, _
    contactCallback As AsyncCallback, _
    state As Object _
) As IAsyncResult
'Usage
Dim instance As Contact
Dim orgInfoTypes As OrganizationStructureTypes
Dim contactCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginGetOrganizationInformation(orgInfoTypes, _
    contactCallback, state)
public IAsyncResult BeginGetOrganizationInformation(
    OrganizationStructureTypes orgInfoTypes,
    AsyncCallback contactCallback,
    Object state
)

Parameters

Return Value

Type: System.IAsyncResult

See Also

Reference

Contact Class

Contact Members

Microsoft.Lync.Model Namespace