Exchange-receive-call
Description
Use this GreenVulcano® ESB plugin if you want to receive emails through Exchange WS interface.
VulCon / GV Console Configuration
GreenVulcano® ESB allows you to receive emails using the exchange-receive-call plugin. Received messages are translated into an XML document that describes the content of the message and its attachments if presents.
The exchange-receive-call element is used by Channel and routed-call and has the following attributes:
Attribute | Type | Description |
---|---|---|
type | fixed | This attribute must assume the value call. |
class | fixed | This attribute must assume the value it.greenvulcano.gvesb.virtual.msexchange.ReceiveCallOperation. |
name | required | Operation name. Used in the 'Flow' section to associate workflow nodes to VCL operations. |
userName | required | User name for authentication. |
password | required | User password for authentication. |
domain | optional | User domain. |
exchangeURL | required | MS Exchange WS url. |
folderName | optional | Folder from wich read emails. Default to Inbox. |
delete-messages | optional | Mark a processed message as DELETED. Default false. |
email-rx-cleaner | optional | RegExp pattern for email address cleaning. Default "[A-z][A-z0-9_]*([.][A-z0-9_]+)*[@][A-z0-9_]+([.][A-z0-9_]+)*[.][A-z]{2,4}". |
export-EML | optional | Also export a message in EML format. Default false. |