_AppointmentItem.ReminderMinutesBeforeStart 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.
Returns or sets an Integer (int in C#) value indicating the number of minutes the reminder should occur prior to the start of the appointment. Read/write.
public:
property int ReminderMinutesBeforeStart { int get(); void set(int value); };
public int ReminderMinutesBeforeStart { get; set; }
Public Property ReminderMinutesBeforeStart As Integer