public class AppointmentReminder extends Object
Provides a grouping of component properties that define an alarm.
Constructor and Description |
---|
AppointmentReminder() |
Modifier and Type | Method and Description |
---|---|
int |
getAction()
Defines the action to be invoked when an alarm is triggered.
|
ReminderAttachmentCollection |
getAttachments()
Contains collection of ReminderAttachment
Aspose.Email.Mail.ReminderAttachment objects. |
ReminderAttendeeCollection |
getAttendees()
Contains collection of ReminderAttendee
Aspose.Email.Mail.ReminderAttendee objects. |
static AppointmentReminder |
getDefault15MinReminder()
Gets the default 15 min reminder.
|
String |
getDescription()
Provides a more complete description of the alarm.
|
ReminderDuration |
getDuration()
Specifies the delay period, after which the alarm will repeat.
|
int |
getRepeat()
Defines the number of time the alarm should be repeated, after the initial trigger.
|
String |
getSummary()
Defines a short summary or subject for the alarm.
|
ReminderTrigger |
getTrigger()
Specifies when an alarm will trigger.
|
void |
setAction(int value) |
void |
setDescription(String value) |
void |
setDuration(ReminderDuration value) |
void |
setRepeat(int value) |
void |
setSummary(String value) |
void |
setTrigger(ReminderTrigger value) |
public ReminderAttendeeCollection getAttendees()
Contains collection of ReminderAttendee Aspose.Email.Mail.ReminderAttendee
objects.
public ReminderAttachmentCollection getAttachments()
Contains collection of ReminderAttachment Aspose.Email.Mail.ReminderAttachment
objects.
public int getAction()
Defines the action to be invoked when an alarm is triggered.
public void setAction(int value)
public ReminderTrigger getTrigger()
Specifies when an alarm will trigger.
public void setTrigger(ReminderTrigger value)
public String getDescription()
Provides a more complete description of the alarm.
public void setDescription(String value)
public String getSummary()
Defines a short summary or subject for the alarm.
public void setSummary(String value)
public ReminderDuration getDuration()
Specifies the delay period, after which the alarm will repeat.
public void setDuration(ReminderDuration value)
public int getRepeat()
Defines the number of time the alarm should be repeated, after the initial trigger.
public void setRepeat(int value)
public static AppointmentReminder getDefault15MinReminder()
Gets the default 15 min reminder.
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.