_AppointmentItem.ReminderMinutesBeforeStart Property

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.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
Property ReminderMinutesBeforeStart As Integer
    Get
    Set
'Usage
Dim instance As _AppointmentItem
Dim value As Integer

value = instance.ReminderMinutesBeforeStart

instance.ReminderMinutesBeforeStart = value
int ReminderMinutesBeforeStart { get; set; }

Property Value

Type: System.Int32

See Also

Reference

_AppointmentItem Interface

_AppointmentItem Members

Microsoft.Office.Interop.Outlook Namespace