Platform SDK: Exchange Server

Deciding to Backbone a Message

When a backboning gateway receives an outbound message, it has to determine the final recipient of that message. If the message is being backboned across the foreign system to another Microsoft Exchange Server or other MAPI-based system, the gateway must encapsulate the message before handing it on to the foreign system, so that all Microsoft Exchange Server special properties are preserved. If the message recipient is a native user of the foreign system, the message is sent directly to that recipient. This decision can be made for each individual message or for groups of messages. The gateway developer can implement this decision using one of the following options:

For best performance, design the gateway to determine as soon as possible which recipients should be backboned. For example, if all recipients need to be backboned, no other conversions are necessary and message delivery will be faster.