SmtpClient Events |
The SmtpClient type exposes the following members.
Name | Description | |
---|---|---|
![]() | BindIPEndPoint |
Associates a Socket with a local endpoint.
(Inherited from EmailClient.) |
![]() | FailedQueueSending | Obsolete.
Adds or removes subscriber for notifications about failed sending operations in smtp queue
|
![]() | FailedSending |
Adds or removes subscriber for notifications about failed sending operations in smtp queue
|
![]() | OnConnect |
The OnConnect event occurs when the clent establishes connection.
(Inherited from EmailClient.) |
![]() | SucceededQueueSending | Obsolete.
Adds or removes subscriber for notifications about succeeded sending operations in smtp queue
|
![]() | SucceededSending |
Adds or removes subscriber for notifications about succeeded sending of mail messages.
Please note, notifications will be invoked from other threads, so you should to implement thread safe event handler.
Also note that this event is common to the mail client instance, in case if the client is running in multi-connection mode,
messages from all connections will be processed through this event.
So the customer has to analyze in his code message from events to understand which message relates to which operation.
|