com.compoze.collab.groupware
Interface  IReport
- All Known Subinterfaces: 
 - IDeliveryReport, IExchangeNonDeliveryReport, IExchangeReadReport, INonDeliveryReport, IReadReport
 
- public interface IReport
 
The IReport interface represents messages that are used to 
 report on events in the mail subsystem, such as 
 INonDeliveryReport notices.
 
| 
Method Summary | 
 java.lang.String | 
getOriginalSubject()
 
          Gets the subject of the message that is represented by the report. | 
 
KEYID_ORIGINAL_SUBJECT
public static final int KEYID_ORIGINAL_SUBJECT
- The 
int ID for the ORIGINAL_SUBJECT key. 
ORIGINAL_SUBJECT
public static final Key ORIGINAL_SUBJECT
- Key that represents the subject of the message represented by this 
 report.
 
getOriginalSubject
public java.lang.String getOriginalSubject()
                                    throws CollaborationException
- Gets the subject of the message that is represented by the report. 
 For example, if this report is a non-delivery report with the subject of 
 , "Undeliverable: Test Message", then the original message's subject would
 most likely be, "Test Message."
- Returns:
 - the original subject of the message represented by this report.
 - Throws:
 CollaborationException - if there was a problem retrieving the
          the original subject.- See Also: 
 ORIGINAL_SUBJECT
 
 
 Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.