Pop3StateChangedEventArgs Class
Namespace: Rebex.Net
Assembly: Rebex.Pop3.dll (version 7.0.9083)
Provides data for the StateChanged event.
Syntax
public class Pop3StateChangedEventArgs : EventArgs
Inherited Members
Constructors
Name | Description |
---|---|
Pop3StateChangedEventArgs(Pop3State, Pop3State) | Initializes a new instance of the Pop3StateChangedEventArgs class with the specified old state and new state. |
Properties
Name | Description |
---|---|
NewState | Gets the new state. |
OldState | Gets the old state. |