Utilities.BeginAddToExternalContacts Method
Adds the contact into an external contact store provider such as Exchange service.
Namespace: Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Function BeginAddToExternalContacts ( _
contactContext As Contact, _
utilitiesCallback As AsyncCallback, _
state As Object _
) As IAsyncResult
'Usage
Dim instance As Utilities
Dim contactContext As Contact
Dim utilitiesCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult
returnValue = instance.BeginAddToExternalContacts(contactContext, _
utilitiesCallback, state)
public IAsyncResult BeginAddToExternalContacts(
Contact contactContext,
AsyncCallback utilitiesCallback,
Object state
)
Parameters
- contactContext
Type: Microsoft.Lync.Model.Contact
- utilitiesCallback
Type: System.AsyncCallback
- state
Type: System.Object
Return Value
Type: System.IAsyncResult