|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The IExchangeReport
interface represents messages that are used
to report on events in the Exchange subsystem, such as
IExchangeReadReport
notices.
Field Summary | |
static int |
KEYID_ORIGINAL_DISPLAY_CC
The int ID for the ORIGINAL_DISPLAY_CC key. |
static int |
KEYID_ORIGINAL_DISPLAY_TO
The int ID for the ORIGINAL_DISPLAY_TO key. |
static Key |
ORIGINAL_DISPLAY_CC
Key that represents the represented messages CC field. |
static Key |
ORIGINAL_DISPLAY_TO
Key that represents the represented messages TO field. |
Method Summary | |
java.lang.String |
getOriginalCc()
Gets the CC field that was on the original message represented by this report. |
java.lang.String |
getOriginalTo()
Gets the TO field that was on the original message represented by this report. |
Field Detail |
public static final int KEYID_ORIGINAL_DISPLAY_TO
int
ID for the ORIGINAL_DISPLAY_TO
key.public static final int KEYID_ORIGINAL_DISPLAY_CC
int
ID for the ORIGINAL_DISPLAY_CC
key.public static final Key ORIGINAL_DISPLAY_TO
public static final Key ORIGINAL_DISPLAY_CC
Method Detail |
public java.lang.String getOriginalTo() throws CollaborationException
CollaborationException
- if there was an error getting the original
TO field.ORIGINAL_DISPLAY_TO
public java.lang.String getOriginalCc() throws CollaborationException
CollaborationException
- if there was an error getting the original
CC field.ORIGINAL_DISPLAY_CC
|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |