Occurs when the state of the Imap object is changed.
Namespace:
Rebex.Net
Assembly:
Rebex.Imap (in Rebex.Imap.dll)
Syntax
| Visual Basic |
|---|
Public Event StateChanged As EventHandler(Of ImapStateChangedEventArgs) |
| C# |
|---|
public event EventHandler<ImapStateChangedEventArgs> StateChanged |