IBM BPM, V8.0.1, All platforms > Authoring services in Integration Designer > Services and service-related functions > Access external services with adapters > Configure and using adapters > IBM WebSphere Adapters > Email > Reference > Business object information

Email outbound response business object properties

To support business faults, the WebSphere Adapter for Email must be configured to receive the outbound responses from the mail server. The response from the mail server contains recipient IDs to which the email is successfully delivered, the recipient IDs to which the email is not delivered, the delivery status, and the message ID of the email. The adapter then builds a response business object from the response received from the mail server.

You can configure the time period for which the adapter waits to receive a response from the mail server by setting the Response set timeout (ResponseSetTimeout) property.

The following table describes the attribute values for the email outbound response business object. A more detailed description of each property is provided in the sections that follow the table. For more information about how to read the property detail tables in the sections that follow, see Guide to information about properties.

In the business object attributes description, the use of the [] symbol denotes an array of values.

Email outbound response business object attributes
Business object attribute name Description
DeliveredTo Contains the recipient addresses to which the email is delivered
UndeliveredTo Contains the recipient addresses to which the email is not delivered
Status Contains information about the delivery status of the email
MessageID Contains the message ID of the email


DeliveredTo

This attribute contains information about delivered recipient addresses.

Delivered email attribute details
Required No
Default No default value
Attribute type String []
Usage This attribute contains the list of all the email addresses to which the email is successfully delivered.
Globalized Yes
Bidi supported Yes


UndeliveredTo

This attribute contains information about undelivered recipient addresses.

Undelivered email attribute details
Required No
Default Null
Attribute type String []
Usage This attribute contains list of all the email addresses to which the email is not delivered and displays null if the email is delivered to all addresses.
Globalized Yes
Bidi supported Yes


Status

This attribute stores the delivery status of the email.

Status attribute details
Required No
Default No default value
Possible Values

MESSAGE DELIVERED SUCCESSFULLY
MESSAGE NOT DELIVERED

Attribute type String
Usage This attribute shows the delivery status of the email. The adapter shows the status as either message delivered successfully or message not delivered.
Globalized Yes
Bidi supported No


MessageID

This attribute stores the message ID of the email.

MessageID attribute details
Required No
Default No default value
Attribute type String
Usage During outbound operation, this attribute stores the message ID of email. The adapter then returns the message ID in the response business object.
Globalized Yes
Bidi supported No

Business object information