When Exchange Server 2003 receives a message from Exchange Server 5.5, the URL that it passes to the event sinks is supposed to reference the actual e-mail message in the Exchange information store messaging database (MDB). However, this URL is incorrectly formatted, and therefore it may appear similar to the following:
file://./backofficestorage/DOMAIN.COM/MBX/MAILBOX/NON_IPM_SUBTREE/MTS-OUT/MessageSubject.EML/MessageSubject.EML
This URL is incorrect for both of the following reasons:
- The path of the e-mail message is incorrect. The "MAILBOX/NON_IPM_SUBTREE/MTS-OUT" part of the path must be just "Inbox."
- The message subject appears two times. "MessageSubject.EML" must appear only one time.
A correctly formatted URL appears similar to the following:
file://./backofficestorage/DOMAIN.COM/MBX/MailboxName/Inbox/MessageSubject.EML