PostOffice
The object post office object that consolidates notifications.
- Availability
-
IBM® Tivoli® Identity Manager 4.x
IBM Tivoli Identity Manager 5.x
IBM Security Identity Manager 6.x
IBM Security Identity Manager 7.0.
- Provided by
- com.ibm.itim.mail.postoffice.script.PostOfficeExtension
- Methods
-
- getAllEmailMessages()
- Obtains the Subject, Text Body, and HTML Body of each individual message contained in an aggregate message.
- getEmailAddress()
- Contains the email address that is the destination of the aggregate email message.
- getPersonByEmailAddress()
- Returns the Person that corresponds to the email address specified.
- getTopic()
- Returns the topic of the aggregated email message.
The getAllEmailMessages()
extension allows access to the
NotificationMessage
object. Do not call the getHtmlMessage()
method from a template. This call returns an XHTML version of the notification text. It is not
possible to embed XML documents, so a call to this method results in a template execution failure.
Use the text body of the original notifications by calling getMessage()
instead.