Share via


Contact.BeginGetOrganizationInformation method

Gets the Organization Info of 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