Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
<DispIdAttribute()> _
Property ReminderMinutesBeforeStart As Integer
Get
Set
'Usage
Dim instance As _AppointmentItem
Dim value As Integer
value = instance.ReminderMinutesBeforeStart
instance.ReminderMinutesBeforeStart = value
[DispIdAttribute()]
int ReminderMinutesBeforeStart { get; set; }
Property Value
Type: System.Int32
See Also
Reference
Microsoft.Office.Interop.Outlook Namespace