Features of the iWay Application Adapter for Microsoft Exchange

In this section:

The iWay Application Adapter for Microsoft Exchange provides a means to exchange real-time business data between messaging systems and other application, database, or external business partner systems. The adapter supports inbound and outbound integration operations, using services and events.

The iWay Application Adapter for Microsoft Exchange:


Top of page

x
Adapter Services

The iWay Application Adapter for Microsoft Exchange exposes the services that are listed and described in the following table:

Service

Description

FindMessages

Retrieves a list of messages from the Inbox of the user defined by the adapter target. Only the folder specified is searched. If no folder name is provided, the search is done in the Inbox root folder. Messages that contain the specified string in the subject or body of the message are returned. The service returns the ID of the messages, their subject, and so on. To retrieve the contents of the message body, you must use the GetMessage service.

GetMessage

Retrieves the body of a message with a given ID. Also returns a list of attachments associated with the message, if there are any. Only the names and IDs of attachments are returned. To retrieve the full contents of an attachment, you must use the GetAttachment service.

GetAttachment

Retrieve the contents of an attachment with a given ID. Since attachments are stored as binary objects, this service returns them as a Base64 encoded string.

ListFolders

Returns a list of the folder names defined under the Inbox folder.

FindContacts

Returns a list of contacts that match a given company name or display name.

FindAppointments

Returns a list of appointments from the users calendar that starts within a specified time range. The times must be specified in the format yyyy-MM-ddThh:mm:ssZ.


iWay Software