Gets the attendees of this appointment.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C#
![]() |
---|
public ResourceCollection<Contact> Attendees { get; } |
Visual Basic
![]() |
---|
Public ReadOnly Property Attendees As ResourceCollection(Of Contact) |
An instance of the ResourceCollection class specifying the appointment's attendees.
This property is equivalent to Contacts.
The following example creates a new contact and associates it with an existing appointment. The example assumes that app references an existing appointment. The last call is equivalent to app.Contacts.Add(c), since Attendees and Contacts both return a reference to the same collection.
C#
![]() |
---|
// Create the contact |
Visual Basic
![]() |
---|
' Create the contact |