|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is used to define an item in exchange.
Field Summary | |
static Key |
BODY_RTF
Key that represents the RTF body of a message. |
static Key |
CONTACT_NAMES
Key that represents the contact names for an item. |
static Key |
CREATOR_ENTRYID
Key that represents the creator entry ID of an item. |
static Key |
FLAG
Key that represents the flag on a message as a FlagStatus . |
static Key |
FLAG_REMIND_BY
Key that represents the reminder date for an item that is used to display reminder messages in Microsoft Outlook. |
static Key |
FLAG_TEXT
Key that represents the flag text for aan Exchange item as a FlagText . |
static Key |
HAS_REMINDER
The key representing if a reminder is set on the Exchange item. |
static Key |
HIDE_ATTACHMENTS
Key that represents whether attachments are hidden. |
static Key |
ICON_INDEX
Key that represents the icon index value for an Exchange item. |
static Key |
IS_HIDDEN
Key that represents when an item is hidden. |
static int |
KEYID_BODY_RTF
The int ID for the BODY_RTF key. |
static int |
KEYID_CONTACT_NAMES
The int ID for the CONTACT_NAMES key. |
static int |
KEYID_CREATOR_ENTRYID
The int ID for the CREATOR_ENTRYID key. |
static int |
KEYID_FLAG
The int ID for the FLAG key. |
static int |
KEYID_FLAG_REMIND_BY
The int ID for the FLAG_REMIND_BY key. |
static int |
KEYID_FLAG_TEXT
The int ID for the FLAG_TEXT key. |
static int |
KEYID_HAS_REMINDER
The int ID for the HAS_REMINDER key. |
static int |
KEYID_HIDE_ATTACHMENTS
The int ID for the HIDE_ATTACHMENTS key. |
static int |
KEYID_ICON_INDEX
The int ID for the ICON_INDEX key. |
static int |
KEYID_IS_HIDDEN
The int ID for the IS_HIDDEN key. |
static int |
KEYID_MILEAGE
The int ID for the MILEAGE key. |
static int |
KEYID_NORMALIZED_SUBJECT
The int ID for the NORMALIZED_SUBJECT key. |
static int |
KEYID_PRIORITY
The int ID for the PRIORITY key. |
static int |
KEYID_SENSITIVITY
The int ID for the SENSITIVITY key. |
static int |
KEYID_SUBJECT_PREFIX
The int ID for the FLAG_REMIND_BY key. |
static Key |
MILEAGE
Key that represents the mileage for an Exchange item. |
static Key |
NORMALIZED_SUBJECT
Key that represents the normalized subject of an Exchange item. |
static Key |
PRIORITY
Key that represents the priority of an item. |
static Key |
SENSITIVITY
Key that represents the sensitivity of an item. |
static Key |
SUBJECT_PREFIX
The key representing if a reminder is set on the Exchange item. |
Fields inherited from interface com.compoze.collab.IAttachmentSupport |
ATTACHMENTS, HAS_ATTACHMENT, KEYID_ATTACHMENTS, KEYID_HAS_ATTACHMENT |
Method Summary | |
java.lang.String |
getBodyRtf()
Gets the rtf body of the item. |
java.lang.String[] |
getContactNames()
Gets the contact names. |
FlagStatus |
getFlagStatus()
Gets the flag status. |
java.lang.String |
getFlagText()
Gets the flag text. |
boolean |
getHideAttachments()
Gets whether attachments are hidden. |
java.lang.String |
getMileage()
Gets the mileage. |
Priority |
getPriority()
Gets the priority of the item. |
Sensitivity |
getSensitivity()
Gets the sensiivity of the item. |
java.lang.String |
getSubjectPrefix()
Gets whether attachments are hidden. |
boolean |
isHidden()
Gets the hidden status of the item. |
void |
setBodyRtf(java.lang.String sRtf)
Sets the rtf body of the item. |
void |
setContactNames(java.lang.String[] sContactNames)
Sets the contact names. |
void |
setFlagStatus(FlagStatus flagStatus)
Sets the flag status level. |
void |
setFlagText(java.lang.String sFlagText)
Sets the flag status level. |
void |
setHideAttachments(boolean bHidden)
Sets whether attachments should be hidden. |
void |
setMileage(java.lang.String sMileage)
Sets the mileage. |
void |
setPriority(Priority priority)
Sets the priority of the item. |
void |
setSensitivity(Sensitivity sensitivity)
Sets the sensiivity of the item. |
void |
setSubjectPrefix(java.lang.String sPrefix)
Sets the subject prefix of an Exchange item. |
Methods inherited from interface com.compoze.collab.IAttachmentSupport |
addAttachment, getAttachment, getAttachmentCount, getAttachments, hasAttachment |
Field Detail |
public static final int KEYID_BODY_RTF
int
ID for the BODY_RTF
key.public static final int KEYID_CONTACT_NAMES
int
ID for the CONTACT_NAMES
key.public static final int KEYID_IS_HIDDEN
int
ID for the IS_HIDDEN
key.public static final int KEYID_HAS_REMINDER
int
ID for the HAS_REMINDER
key.public static final int KEYID_PRIORITY
int
ID for the PRIORITY
key.public static final int KEYID_SENSITIVITY
int
ID for the SENSITIVITY
key.public static final int KEYID_CREATOR_ENTRYID
int
ID for the CREATOR_ENTRYID
key.public static final int KEYID_HIDE_ATTACHMENTS
int
ID for the HIDE_ATTACHMENTS
key.public static final int KEYID_FLAG_REMIND_BY
int
ID for the FLAG_REMIND_BY
key.public static final int KEYID_SUBJECT_PREFIX
int
ID for the FLAG_REMIND_BY
key.public static final int KEYID_MILEAGE
int
ID for the MILEAGE
key.public static final int KEYID_FLAG
int
ID for the FLAG
key.public static final int KEYID_FLAG_TEXT
int
ID for the FLAG_TEXT
key.public static final int KEYID_ICON_INDEX
int
ID for the ICON_INDEX
key.public static final int KEYID_NORMALIZED_SUBJECT
int
ID for the NORMALIZED_SUBJECT
key.public static final Key BODY_RTF
public static final Key CONTACT_NAMES
public static final Key IS_HIDDEN
public static final Key SENSITIVITY
public static final Key PRIORITY
public static final Key CREATOR_ENTRYID
public static final Key HIDE_ATTACHMENTS
public static final Key FLAG_REMIND_BY
public static final Key HAS_REMINDER
public static final Key SUBJECT_PREFIX
public static final Key MILEAGE
public static final Key FLAG
FlagStatus
.FlagStatus
public static final Key FLAG_TEXT
FlagText
.FlagText
public static final Key ICON_INDEX
public static final Key NORMALIZED_SUBJECT
Method Detail |
public void setBodyRtf(java.lang.String sRtf) throws CollaborationException
sRtf
- the rtfCollaborationException
- if there was an error setting the rtf.public java.lang.String getBodyRtf() throws CollaborationException
CollaborationException
- if there was an error getting the rtf.setBodyRtf(String)
public void setContactNames(java.lang.String[] sContactNames) throws CollaborationException
sContactNames
- the contact namesCollaborationException
- if there was an error setting the contact namespublic java.lang.String[] getContactNames() throws CollaborationException
CollaborationException
- if there was an error getting the contact namessetContactNames(String[])
public boolean isHidden() throws CollaborationException
CollaborationException
- if there was an error getting the hidden statusPropertyMissingException
- if the property was requested but not availablepublic void setPriority(Priority priority) throws CollaborationException
priority
- the priorityCollaborationException
- if there was an error setting the prioritypublic Priority getPriority() throws CollaborationException
CollaborationException
- if there was an error getting the prioritypublic void setSensitivity(Sensitivity sensitivity) throws CollaborationException
sensitivity
- the sensitivityCollaborationException
- if there was an error setting the sensitivitypublic Sensitivity getSensitivity() throws CollaborationException
CollaborationException
- if there was an error getting the sensitivitypublic void setHideAttachments(boolean bHidden) throws CollaborationException
bHidden
- true
to hide attachments.CollaborationException
- if there was an error setting this valuepublic boolean getHideAttachments() throws CollaborationException
true
if attachments are hiddenCollaborationException
- if there was an error getting this valuepublic void setSubjectPrefix(java.lang.String sPrefix) throws CollaborationException
sPrefix
- the prefix to set (e.g. "RE: "
).CollaborationException
- if there was an error setting the prefixpublic java.lang.String getSubjectPrefix() throws CollaborationException
true
if attachments are hiddenCollaborationException
- if there was an error getting the prefixpublic void setMileage(java.lang.String sMileage) throws CollaborationException
sMileage
- the mileageCollaborationException
- if there was an error setting the mileagepublic java.lang.String getMileage() throws CollaborationException
CollaborationException
- if there was an error getting the mileagesetMileage(String)
public void setFlagStatus(FlagStatus flagStatus) throws CollaborationException
flagStatus
- the flag status to set or null
to remove
the flag status.CollaborationException
- if there was an error setting the flag status.public FlagStatus getFlagStatus() throws CollaborationException
CollaborationException
- if there was an error getting the flag status.getFlagStatus()
public void setFlagText(java.lang.String sFlagText) throws CollaborationException
sFlagText
- the flag text to set.CollaborationException
- if there was an error setting the flag text.FlagTextEnum
public java.lang.String getFlagText() throws CollaborationException
CollaborationException
- if there was an error getting the flag text.getFlagText()
|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |