public final class MapiCalendarExceptionInfo extends Object
An exception specifies changes to an instance of a recurring series.
Constructor and Description |
---|
MapiCalendarExceptionInfo()
Initializes a new instance of the
MapiCalendarExceptionInfo class. |
Modifier and Type | Method and Description |
---|---|
MapiAttachmentCollection |
getAttachments()
Gets or sets attachments in the recurrence exception.
|
String |
getBody()
Gets or sets the body.
|
int |
getBusyStatus()
Gets or sets the busy status.
|
Date |
getEndDateTime()
Gets or sets the end date.
|
String |
getLocation()
Gets or sets the location.
|
int |
getMeetingType()
Gets or sets the type of the meeting.
|
Date |
getOriginalStartDate()
Gets or sets the original start date.
|
int |
getOverrideFlags()
Gets the override flags.
|
int |
getReminderDelta()
Gets or sets the reminder delta.
|
boolean |
getReminderSet()
Gets or sets a value for the PidLidReminderSet property.
|
Date |
getStartDateTime()
Gets or sets the start date.
|
String |
getSubject()
Gets or sets the subject.
|
int |
getSubType()
Gets or sets the subtype.
|
boolean |
hasAttachment()
Gets a value of this field specifies whether the
Exception Embedded Message object contains attachments
|
void |
parseExceptionEmbeddedMessage(MapiCalendar msg)
Retrieves data from a message.
|
void |
setAttachments(MapiAttachmentCollection value)
Gets or sets attachments in the recurrence exception.
|
void |
setBody(String value)
Gets or sets the body.
|
void |
setBusyStatus(int value)
Gets or sets the busy status.
|
void |
setEndDateTime(Date value)
Gets or sets the end date.
|
void |
setLocation(String value)
Gets or sets the location.
|
void |
setMeetingType(int value)
Gets or sets the type of the meeting.
|
void |
setOriginalStartDate(Date value)
Gets or sets the original start date.
|
void |
setReminderDelta(int value)
Gets or sets the reminder delta.
|
void |
setReminderSet(boolean value)
Gets or sets a value for the PidLidReminderSet property.
|
void |
setStartDateTime(Date value)
Gets or sets the start date.
|
void |
setSubject(String value)
Gets or sets the subject.
|
void |
setSubType(int value)
Gets or sets the subtype.
|
public MapiCalendarExceptionInfo()
Initializes a new instance of the MapiCalendarExceptionInfo
class.
public final Date getStartDateTime()
Gets or sets the start date.
Value: The start date time.public final void setStartDateTime(Date value)
Gets or sets the start date.
Value: The start date time.public final Date getEndDateTime()
Gets or sets the end date.
Value: The end date time.public final void setEndDateTime(Date value)
Gets or sets the end date.
Value: The end date time.public final Date getOriginalStartDate()
Gets or sets the original start date.
Value: The original start date.public final void setOriginalStartDate(Date value)
Gets or sets the original start date.
Value: The original start date.public final int getOverrideFlags()
Gets the override flags.
Value: The override flags.public final String getSubject()
Gets or sets the subject.
Value: The subject.public final void setSubject(String value)
Gets or sets the subject.
Value: The subject.public final String getBody()
Gets or sets the body.
Value: The body.public final void setBody(String value)
Gets or sets the body.
Value: The body.public final int getMeetingType()
Gets or sets the type of the meeting.
Value: The type of the meeting.public final void setMeetingType(int value)
Gets or sets the type of the meeting.
Value: The type of the meeting.public final int getReminderDelta()
Gets or sets the reminder delta.
Value: The reminder delta.public final void setReminderDelta(int value)
Gets or sets the reminder delta.
Value: The reminder delta.public final boolean getReminderSet()
Gets or sets a value for the PidLidReminderSet property.
Value:true
if [reminder set]; otherwise, false
.public final void setReminderSet(boolean value)
Gets or sets a value for the PidLidReminderSet property.
Value:true
if [reminder set]; otherwise, false
.public final String getLocation()
Gets or sets the location.
Value: The location.public final void setLocation(String value)
Gets or sets the location.
Value: The location.public final int getBusyStatus()
Gets or sets the busy status.
Value: The busy status.public final void setBusyStatus(int value)
Gets or sets the busy status.
Value: The busy status.public final boolean hasAttachment()
Gets a value of this field specifies whether the Exception Embedded Message object contains attachments
Value:true
if the Exception Embedded Message object has attachment; otherwise, false
.public final int getSubType()
Gets or sets the subtype.
Value: The subtype.public final void setSubType(int value)
Gets or sets the subtype.
Value: The subtype.public final MapiAttachmentCollection getAttachments()
Gets or sets attachments in the recurrence exception.
Value: The attachment.public final void setAttachments(MapiAttachmentCollection value)
Gets or sets attachments in the recurrence exception.
Value: The attachment.public final void parseExceptionEmbeddedMessage(MapiCalendar msg)
Retrieves data from a message.