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