PocketPlanner Programmer's Guide

Appointment.Contacts Property

See Also

Gets references to all contacts associated with this appointment.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public override ContactCollection Contacts { get; }

Visual Basic

Public Overrides ReadOnly Property Contacts As ContactCollection

 Property Value

An instance of the ContactCollection class containing the contacts associated with this appointment.

 Remarks

This property is equivalent to Attendees.

 See Also