Appointment.Organizer Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the organizer of the appointment. Organizer is of type AppointmentOrganizer. If an organizer is set and invitee length is greater than 0, a call to an AppointmentManagerAPI fails with E_INVALIDARG. The number of invitees is unlimited.
public:
property AppointmentOrganizer ^ Organizer { AppointmentOrganizer ^ get(); void set(AppointmentOrganizer ^ value); };
AppointmentOrganizer Organizer();
void Organizer(AppointmentOrganizer value);
public AppointmentOrganizer Organizer { get; set; }
var appointmentOrganizer = appointment.organizer;
appointment.organizer = appointmentOrganizer;
Public Property Organizer As AppointmentOrganizer
Property Value
A AppointmentOrganizer object that indicates the organizer of the appointment.
Windows requirements
App capabilities |
appointmentsSystem
|