Appointment Properties
Previous | Next |
Appointment Properties
Windows Portable Devices supports the following appointment properties.
Property | VarType | Description |
WPD_APPOINTMENT_ACCEPTED_ATTENDEES | VT_LPWSTR | Semicolon-delimited list of attendees who have accepted the appointment. |
WPD_APPOINTMENT_DECLINED_ATTENDEES | VT_LPWSTR | Semicolon-delimited list of attendees who have declined the appointment. |
WPD_APPOINTMENT_LOCATION | VT_LPWSTR | A reader-friendly location of the appointment. For example: "Building 5, Room 7". |
WPD_APPOINTMENT_OPTIONAL_ATTENDEES | VT_LPWSTR | Semicolon-delimited list of optional attendees for the appointment. |
WPD_APPOINTMENT_REQUIRED_ATTENDEES | VT_LPWSTR | Semicolon-delimited list of required attendees for the appointment. |
WPD_APPOINTMENT_RESOURCES | VT_LPWSTR | Semicolon-delimited list of resources needed for the appointment. |
WPD_APPOINTMENT_TENTATIVE_ATTENDEES | VT_LPWSTR | Semicolon-delimited list of attendees who have tentatively accepted the appointment |
WPD_APPOINTMENT_TYPE | VT_LPWSTR | The type of appointment ("Personal", "Business", and so on). |
Requirements
Header: Defined in PortableDevice.h
See Also
Previous | Next |