Sending E-mail to an MSMQ Application

E-mail sent by Microsoft Exchange users is routed through their Exchange server to the MSMQ Exchange Connector and then sent on to the input queue of the MSMQ application (see illustration below). The MSMQ application can then read, process, and return a mail message to the Exchange user who sent the mail or forward the mail message (or another mail message) on to the next processing destination.

To send e-mail to an MSMQ application, the Exchange Connector performs the following functions:

The MSMQ application creates the application input queue that will receive the mail message. The application must specify a queue type when it creates a queue for the Exchange Connector to find the queue.

Additional information can be found in the following: