Forum Discussion
YogeshCh
Jun 04, 2018Copper Contributor
TA plugin Office 365
Hi, I am using a application in C# that has been derived with RoutingAgentFactory (Microsoft.Exchange.Data.Transport.AgentFactory) for Exchange server 2013. Transport agent service running on Excha...
VasilMichev
Jun 04, 2018MVP
That's simply not possible with Office 365, or any other cloud service for that matter. Remember that you are now using shared infrastructure, thus access to certain features or extensibility vectors is not available.
Depending on what exactly the agent does, you might find a suitable replacement via transport rules, DLP policies or connectors, but in general the answer is "NO".
YogeshCh
Jun 06, 2018Copper Contributor
Hi Vasil,
Thanks for reply.
Is there any way in office 365 that We can forward each outgoing mail to some dedicated SMTP server and where we handle required modification.
- VasilMichevJun 06, 2018MVP
You can use connectors for that scenario.