Skip to content

Latest commit

 

History

History
62 lines (36 loc) · 2.24 KB

appointment-properties.md

File metadata and controls

62 lines (36 loc) · 2.24 KB
description ms.assetid title ms.topic ms.date topic_type api_name api_type api_location
Windows Portable Devices supports the following appointment properties.
d7e2130b-722b-46ef-9114-17db9c95d017
Appointment Properties (PortableDevice.h)
reference
05/31/2018
APIRef
kbSyntax
Appointment
HeaderDef
PortableDevice.h

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 required 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, for example,"Personal", "Business", and so on.

Requirements

Requirement Value
Header
PortableDevice.h

See also

WPD Properties and Attributes