Appointment.DetailsKind 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 type of appointment details, plain text or HTML.
public:
property AppointmentDetailsKind DetailsKind { AppointmentDetailsKind get(); void set(AppointmentDetailsKind value); };
AppointmentDetailsKind DetailsKind();
void DetailsKind(AppointmentDetailsKind value);
public AppointmentDetailsKind DetailsKind { get; set; }
var appointmentDetailsKind = appointment.detailsKind;
appointment.detailsKind = appointmentDetailsKind;
Public Property DetailsKind As AppointmentDetailsKind
Property Value
The type of appointment details.
Windows requirements
App capabilities |
appointmentsSystem
|