DeliveryAgent Members
Include Protected Members
Include Inherited Members
The DeliveryAgent class is the base class for all classes that handle delivery agent events.
The DeliveryAgent type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DeliveryAgent | The DeliveryAgent() constructor initializes a new instance of the DeliveryAgent class. |
Top
Properties
Name | Description | |
---|---|---|
EventTopic | The EventTopic property gets or sets a string value that contains the name of the event that this instance of the Agent class or a class derived from the Agent class is raising. (Inherited from Agent.) | |
Name | The Name property gets or sets a string value that contains the display name for this instance of the class that derives from the Agent class. (Inherited from Agent.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetAgentAsyncContext | When overridden in a derived class, the GetAgentAsyncContext method gets a AgentAsyncContext object to mark the executing event handler to execute asynchronously. (Inherited from Agent.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
OnCloseConnection | The event raised when mail deliver connection is closed. | |
OnDeliverMailItem | The event raised when a message is ready to be delivered. | |
OnOpenConnection | The event raised when the delivery agent is opened for mail delivery. |
Top