Share via


Utilities.BeginScheduleMeeting Method (Contact, String, AsyncCallback, Object)

Launches a new Outlook Meeting window pre-populated with the email address of the specified contact and meeting subject string passed in the first two arguments of this method.

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

Syntax

'Declaration
Public Function BeginScheduleMeeting ( _
    to As Contact, _
    subject As String, _
    utilitiesCallback As AsyncCallback, _
    state As Object _
) As IAsyncResult
'Usage
Dim instance As Utilities
Dim to As Contact
Dim subject As String
Dim utilitiesCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginScheduleMeeting(to, _
    subject, utilitiesCallback, state)
public IAsyncResult BeginScheduleMeeting(
    Contact to,
    string subject,
    AsyncCallback utilitiesCallback,
    Object state
)

Parameters

Return Value

Type: System.IAsyncResult

See Also

Reference

Utilities Class

Utilities Members

BeginScheduleMeeting Overload

Microsoft.Lync.Model Namespace