Share via


Utilities.BeginScheduleMeeting method (IEnumerable<Contact>, IEnumerable<DistributionGroup>, String, AsyncCallback, Object)

Launches a new Outlook Meeting window pre-populated with the email addresses in the specified contact list 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 ( _
    toContacts As IEnumerable(Of Contact), _
    toDGs As IEnumerable(Of DistributionGroup), _
    subject As String, _
    utilitiesCallback As AsyncCallback, _
    state As Object _
) As IAsyncResult
'Usage
Dim instance As Utilities
Dim toContacts As IEnumerable(Of Contact)
Dim toDGs As IEnumerable(Of DistributionGroup)
Dim subject As String
Dim utilitiesCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginScheduleMeeting(toContacts, _
    toDGs, subject, utilitiesCallback, _
    state)
public IAsyncResult BeginScheduleMeeting(
    IEnumerable<Contact> toContacts,
    IEnumerable<DistributionGroup> toDGs,
    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