Agent Constructor
When overridden in a derived class, the Agent constructor initializes a new instance of the class derived from the Agent class.
Namespace: Microsoft.Exchange.Data.Transport
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Protected Sub New
'Usage
Dim instance As New Agent()
protected Agent()