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