Table 20 lists the general features supported by the adapter.
Category | Feature | Support | Notes |
---|---|---|---|
Business Object Attributes | Foreign key | No |
|
| Foreign Key attribute property | N/A |
|
| Key | No |
|
| Max Length | No |
|
| Meta-data-driven design | Full | The adapter can process a business object that has the required attributes. These attributes are RecipientName, MessageSubject, MessageContent and FromAddress. |
| Required | Partial | Adapter uses this property for attributes of type string. If the required is set, adapter sets the default value if the value for this attribute is null. |
Connection Lost | Connection lost on poll | Full | The adapter attempts to reconnect to the mail server and continue with processing once a connection is established. If the connection attempt fails, it ends this poll cycle and will attempt a reconnect again on the next poll cycle. |
| Connection lost on request processing | No | The adapter sends the return code FAIL (CxStatusConstants.FAIL). |
| Connection lost while idle | Full |
|
| Reconnect | Full | The e-Mail adapter automatically detects a lost connection to a mail server and reconnects based on parameters set when the poll location was configured. The adapter attempts a reconnect on every poll cycle. |
Adapter Properties | ApplicationPassword | No |
|
| ApplicationUserName | No |
|
| UseDefaults | No |
|
Message Tracing | General messaging | Full |
|
| generateMsg() | Full |
|
| Trace level 0 | Full |
|
| Trace level 1 | Full |
|
| Trace level 2 | Full |
|
| Trace level 3 | Full |
|
| Trace level 4 | Full |
|
| Trace level 5 | Full |
|
Misc. | CDK method LogMsg | Full |
|
| Java Package Names | Full |
|
| Logging messages | Full |
|
| NT service compliance | Full |
|
| Transaction support | N/A |
|
Special Value | CxBlank processing | N/A |
|
| CxIgnore processing | N/A |
|