Working with Exchange Transport Agents

Topic Last Modified: 2007-06-18

Microsoft Exchange Server 2007 provides a library of classes that support the extension of Exchange transport behavior. These classes require Microsoft .NET Framework version 2.0. You can implement transport agents based on these classes by using Microsoft Visual Studio .NET.

Referencing the Assembly

The Exchange 2007 installer installs and registers in the global assembly cache (GAC) the assemblies that are required for the development of transport agents. To begin implementing a transport agent, create a reference to the Microsoft.Exchange.Data.Transport assembly in a class library project.