WebSphere Adapter for Email
The EmailBO business object is generated during enterprise service discovery. It includes all of the details required by the adapter for inbound and outbound communications.
Attribute name | Type | Required | Globalized | Default | Description |
---|---|---|---|---|---|
headerList | HeaderBO[] | Yes | Yes | No default value | Will contain details of all the headers on the polled e-mail |
Encoding | String | no | no | No default value | For outbound, encoding is used for pass-through data encoding. For encoding headers, the adapter uses the charset value provided by the annotation of mailContent specific business object (Customer). In cases where both the encoding at business object and charset at annotation of mailContent specific business object are present, the charset at the annotation level of the mailContent specific business object takes precedence over the top level encoding value at EmailBO. Headers should always be encoded the same way as mailContent. The adapter also uses encoding to encode headers in the absence of a charset (specific business object) or encoding (pass through) value at mailContent. In the absence of charset or encoding value at any level, the adapter uses the encoding value at the top level to encode that specific level content. |
mailContent | anyType | Yes | Yes | No default value | For inbound events, this stores the content/data of the e-mail read and passed into the server by the adapter. For outbound events, this contains content data but not the e-mail attachment. In a pass-through scenario, it contains an unstructured content business object. |
mailAttachments | AttachmentBO[] | No | Yes | No default value | Will contain content details for all the attachments of the e-mail. |
fileReferences | String[] | No | Yes | No default value | Will contain a list of files that needs to be attached to the e-mail. During outbound, the J2EE client specifies absolute paths of the files in this field. The adapter reads those files from the local file system (where the adapter is running) and attaches them to the email that is created. The property is not used during inbound. Note: There is only support for attaching local files in this release. |
Last updated: Mon 30 Oct 2006 03:44:37
(c) Copyright IBM Corporation 2005, 2006.
This information center is powered by Eclipse technology (http://www.eclipse.org)