AppointmentProperties Class
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.
Provides strings that identify the properties of an appointment.
public ref class AppointmentProperties abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AppointmentProperties final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public static class AppointmentProperties
Public Class AppointmentProperties
- Inheritance
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
App capabilities |
appointmentsSystem
|
Properties
AllDay |
Gets the name of the AllDay property. |
AllowNewTimeProposal |
Gets the name of AllowNewTimeProposal the property. |
BusyStatus |
Gets the name of the BusyStatus property. |
ChangeNumber |
Gets the current change number of the local version of the Appointment. |
DefaultProperties |
Gets a list of names for the default appointment properties. |
Details |
Gets the name of the Details property. |
DetailsKind |
Gets the format of the appointment details, plain text or HTML. |
Duration |
Gets the name of the Duration property. |
HasInvitees |
Gets the name of the HasInvitees property. |
Invitees |
Gets the name of the Invitees property. |
IsCanceledMeeting |
Gets the name of the IsCanceledMeeting property. |
IsOrganizedByUser |
Gets the name of the IsOrganizedByUser property. |
IsResponseRequested |
Gets the name of the IsResponseRequested property. |
Location |
Gets the name of the Location property. |
OnlineMeetingLink |
Gets the name of the OnlineMeetingLink property. |
Organizer |
Gets the name of the Organizer property. |
OriginalStartTime |
Gets the name of the OriginalStartTime property. |
Recurrence |
Gets the name of the Recurrence property. |
Reminder |
Gets the name of the Reminder property. |
RemoteChangeNumber |
Gets or sets the current change number of the server version of the Appointment. |
ReplyTime |
Gets the name of the ReplyTime property. |
Sensitivity |
Gets the name of the Sensitivity property. |
StartTime |
Gets the name of the StartTime property. |
Subject |
Gets the name of the Subject property. |
Uri |
Gets the name of the Uri property. |
UserResponse |
Gets the name of the UserResponse property. |