Appointment.Status Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets information about how to treat the block of time of this appointment, such as busy or out of the office.
Namespace: Microsoft.Phone.UserData
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
Syntax
Public Property Status As AppointmentStatus
public AppointmentStatus Status { get; internal set; }
Property Value
Type: Microsoft.Phone.UserData..::.AppointmentStatus
One of the enumeration values that specifies how to treat the block of time of this appointment.
Remarks
Appointment status indicates how to treat the block of time of the appointment, for example to determine how to display it on a calendar. Appointment status can provide information to the attendee on his or her own calendar, or to other people viewing a calendar. For example, an appointment status of Free can indicate to other people that they can still request an appointment for the same block of time.
Version Information
Windows Phone OS
Supported in: 8.1, 8.0, 7.1
Platforms
Windows Phone
See Also
Reference
Microsoft.Phone.UserData Namespace