public final class MapiCalendarExceptionInfo extends Object
An exception specifies changes to an instance of a recurring series.
Constructor and Description |
---|
MapiCalendarExceptionInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getBody()
Gets the body.
|
int |
getBusyStatus()
Gets the busy status.
|
Date |
getEndDateTime()
Gets the end date.
|
String |
getLocation()
Gets the location.
|
int |
getMeetingType()
Gets the type of the meeting.
|
Date |
getOriginalStartDate()
Gets the original start date.
|
int |
getOverrideFlags()
Gets the override flags.
|
int |
getReminderDelta()
Gets the reminder delta.
|
boolean |
getReminderSet()
Gets a value for the PidLidReminderSet property.
|
Date |
getStartDateTime()
Gets the start date.
|
String |
getSubject()
Gets the subject.
|
int |
getSubType()
Gets 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 |
setEndDateTime(Date value)
Gets the end date.
|
void |
setLocation(String value)
Gets the location.
|
void |
setOriginalStartDate(Date value)
Gets the original start date.
|
void |
setStartDateTime(Date value)
Gets the start date.
|
void |
setSubject(String value)
Gets the subject.
|
public Date getStartDateTime()
Gets the start date.
Value: The start date time.public void setStartDateTime(Date value)
Gets the start date.
Value: The start date time.public Date getEndDateTime()
Gets the end date.
Value: The end date time.public void setEndDateTime(Date value)
Gets the end date.
Value: The end date time.public Date getOriginalStartDate()
Gets the original start date.
Value: The original start date.public void setOriginalStartDate(Date value)
Gets the original start date.
Value: The original start date.public int getOverrideFlags()
Gets the override flags.
Value: The override flags.public String getSubject()
Gets the subject.
Value: The subject.public void setSubject(String value)
Gets the subject.
Value: The subject.public String getBody()
Gets the body.
Value: The body.public int getMeetingType()
Gets the type of the meeting.
Value: The type of the meeting.public int getReminderDelta()
Gets the reminder delta.
Value: The reminder delta.public boolean getReminderSet()
Gets a value for the PidLidReminderSet property.
Value:true
if [reminder set]; otherwise, false
.public String getLocation()
Gets the location.
Value: The location.public void setLocation(String value)
Gets the location.
Value: The location.public int getBusyStatus()
Gets the busy status.
Value: The busy status.public 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 int getSubType()
Gets the subtype.
Value: The subtype.public void parseExceptionEmbeddedMessage(MapiCalendar msg)
Retrieves data from a message.
Copyright (c) 2008-2017 Aspose Pty Ltd. All Rights Reserved.