Frage

I have written an exchange transport agent routing agent on the onRoutedMessage event. And I'm changing the body in the transport agent to something else. The recipient is receiving the changes email body but it is not being reflected in the senders sent items.

Is it the valid behaviour or do I have to do something else to get it working?

War es hilfreich?

Lösung

work with this object, you'll have access to the massage body via the routing agent:

messageEventArgs.MailItem.Message.Body

Andere Tipps

Changes in the sent items folder won't be sync'd to Outlook in cached mode. This is by design and is done for performance.

I change the eMail body via EWS. It takes effect on the sender's email.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top