ItemType.ReminderMinutesBeforeStart Property
The ReminderMinutesBeforeStart property gets or sets a string value that indicates the number of minutes before an event occurs when a reminder is displayed.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property ReminderMinutesBeforeStart As String
Get
Set
'Usage
Dim instance As ItemType
Dim value As String
value = instance.ReminderMinutesBeforeStart
instance.ReminderMinutesBeforeStart = value
public string ReminderMinutesBeforeStart { get; set; }
Property Value
Type: System.String
The ReminderMinutesBeforeStart property returns a string value that indicates the number of minutes before an event occurs when a reminder is displayed.
See Also