AppointmentReminders Property |
Namespace:
Aspose.Email.Calendar
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.12
Syntaxpublic AppointmentReminderCollection Reminders { get; }
Public ReadOnly Property Reminders As AppointmentReminderCollection
Get
public:
property AppointmentReminderCollection^ Reminders {
AppointmentReminderCollection^ get ();
}
member Reminders : AppointmentReminderCollection with get
Property Value
Type:
AppointmentReminderCollection
See Also