ItemType.ReminderDueBy Property
The ReminderDueBy property gets or sets an instance of the DateTime structure that represents the date and time when the event occurs. This is used by the ReminderMinutesBeforeStart property to determine when the reminder is displayed.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property ReminderDueBy As DateTime
Get
Set
'Usage
Dim instance As ItemType
Dim value As DateTime
value = instance.ReminderDueBy
instance.ReminderDueBy = value
public DateTime ReminderDueBy { get; set; }
Property Value
Type: System.DateTime
The ReminderDueBy property returns an instance of the DateTime structure that represents the date and time when the event occurs.
See Also