iCalReminderMinutes Property |
Gets/sets how many minutes before the iCalendar
Start time a reminder should be given
to the user in his scheduling system. If the value is zero or less then no reminder is specified.
If a reminder is specified, the constructed iCalendar will include a VALARM with a TRIGGER.
The current default is 15 minutes, however, this is subject to change in the future and a specific
value should be provided if a specific reminder period is desired.
Namespace:
NetQuarry.Mail
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public int ReminderMinutes { get; set; }
Public Property ReminderMinutes As Integer
Get
Set
Property Value
Type:
Int32See Also