SmtpStateChangedEventArgs Constructor
Namespace: Rebex.Net
Assembly: Rebex.Smtp.dll (version 7.0.9313)
SmtpStateChangedEventArgs(SmtpState, SmtpState)
Initializes a new instance of the SmtpStateChangedEventArgs class with the specified old state and new state.
Declaration
public SmtpStateChangedEventArgs(SmtpState oldState, SmtpState newState)
Parameters
| Type | Name | Description |
|---|---|---|
| SmtpState | oldState | The old state. |
| SmtpState | newState | The new state. |