MapiCalendarExceptionInfo

Inheritance: java.lang.Object

public final class MapiCalendarExceptionInfo

An exception specifies changes to an instance of a recurring series.

Constructors

ConstructorDescription
MapiCalendarExceptionInfo()Initializes a new instance of the MapiCalendarExceptionInfo class.

Methods

MethodDescription
equals(Object arg0)
getAttachments()Gets or sets attachments in the recurrence exception.
getBody()Gets or sets the body.
getBusyStatus()Gets or sets the busy status.
getClass()
getEndDateTime()Gets or sets the end date.
getLocation()Gets or sets the location.
getMeetingType()Gets or sets the type of the meeting.
getOriginalStartDate()Gets or sets the original start date.
getOverrideFlags()Gets the override flags.
getReminderDelta()Gets or sets the reminder delta.
getReminderSet()Gets or sets a value for the PidLidReminderSet property.
getStartDateTime()Gets or sets the start date.
getSubType()Gets or sets the subtype.
getSubject()Gets or sets the subject.
hasAttachment()Gets a value of this field specifies whether the Exception Embedded Message object contains attachments
hashCode()
notify()
notifyAll()
setAttachments(MapiAttachmentCollection value)Gets or sets attachments in the recurrence exception.
setBody(String value)Gets or sets the body.
setBusyStatus(int value)Gets or sets the busy status.
setEndDateTime(Date value)Gets or sets the end date.
setLocation(String value)Gets or sets the location.
setMeetingType(int value)Gets or sets the type of the meeting.
setOriginalStartDate(Date value)Gets or sets the original start date.
setReminderDelta(int value)Gets or sets the reminder delta.
setReminderSet(boolean value)Gets or sets a value for the PidLidReminderSet property.
setStartDateTime(Date value)Gets or sets the start date.
setSubType(int value)Gets or sets the subtype.
setSubject(String value)Gets or sets the subject.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

MapiCalendarExceptionInfo()

public MapiCalendarExceptionInfo()

Initializes a new instance of the MapiCalendarExceptionInfo class.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getAttachments()

public final MapiAttachmentCollection getAttachments()

Gets or sets attachments in the recurrence exception.

Value: The attachment.

Returns: MapiAttachmentCollection

getBody()

public final String getBody()

Gets or sets the body.

Value: The body.

Returns: java.lang.String

getBusyStatus()

public final int getBusyStatus()

Gets or sets the busy status.

Value: The busy status.

Returns: int

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getEndDateTime()

public final Date getEndDateTime()

Gets or sets the end date.

Value: The end date time.

Returns: java.util.Date

getLocation()

public final String getLocation()

Gets or sets the location.

Value: The location.

Returns: java.lang.String

getMeetingType()

public final int getMeetingType()

Gets or sets the type of the meeting.

Value: The type of the meeting.

Returns: int

getOriginalStartDate()

public final Date getOriginalStartDate()

Gets or sets the original start date.

Value: The original start date.

Returns: java.util.Date

getOverrideFlags()

public final int getOverrideFlags()

Gets the override flags.

Value: The override flags.

Returns: int

getReminderDelta()

public final int getReminderDelta()

Gets or sets the reminder delta.

Value: The reminder delta.

Returns: int

getReminderSet()

public final boolean getReminderSet()

Gets or sets a value for the PidLidReminderSet property.

Value: true if [reminder set]; otherwise, false .

Returns: boolean

getStartDateTime()

public final Date getStartDateTime()

Gets or sets the start date.

Value: The start date time.

Returns: java.util.Date

getSubType()

public final int getSubType()

Gets or sets the subtype.

Value: The subtype.

Returns: int

getSubject()

public final String getSubject()

Gets or sets the subject.

Value: The subject.

Returns: java.lang.String

hasAttachment()

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 .

Returns: boolean

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setAttachments(MapiAttachmentCollection value)

public final void setAttachments(MapiAttachmentCollection value)

Gets or sets attachments in the recurrence exception.

Value: The attachment.

Parameters:

ParameterTypeDescription
valueMapiAttachmentCollection

setBody(String value)

public final void setBody(String value)

Gets or sets the body.

Value: The body.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setBusyStatus(int value)

public final void setBusyStatus(int value)

Gets or sets the busy status.

Value: The busy status.

Parameters:

ParameterTypeDescription
valueint

setEndDateTime(Date value)

public final void setEndDateTime(Date value)

Gets or sets the end date.

Value: The end date time.

Parameters:

ParameterTypeDescription
valuejava.util.Date

setLocation(String value)

public final void setLocation(String value)

Gets or sets the location.

Value: The location.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setMeetingType(int value)

public final void setMeetingType(int value)

Gets or sets the type of the meeting.

Value: The type of the meeting.

Parameters:

ParameterTypeDescription
valueint

setOriginalStartDate(Date value)

public final void setOriginalStartDate(Date value)

Gets or sets the original start date.

Value: The original start date.

Parameters:

ParameterTypeDescription
valuejava.util.Date

setReminderDelta(int value)

public final void setReminderDelta(int value)

Gets or sets the reminder delta.

Value: The reminder delta.

Parameters:

ParameterTypeDescription
valueint

setReminderSet(boolean value)

public final void setReminderSet(boolean value)

Gets or sets a value for the PidLidReminderSet property.

Value: true if [reminder set]; otherwise, false .

Parameters:

ParameterTypeDescription
valueboolean

setStartDateTime(Date value)

public final void setStartDateTime(Date value)

Gets or sets the start date.

Value: The start date time.

Parameters:

ParameterTypeDescription
valuejava.util.Date

setSubType(int value)

public final void setSubType(int value)

Gets or sets the subtype.

Value: The subtype.

Parameters:

ParameterTypeDescription
valueint

setSubject(String value)

public final void setSubject(String value)

Gets or sets the subject.

Value: The subject.

Parameters:

ParameterTypeDescription
valuejava.lang.String

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int