Occurs when the server sends a mailbox update notification to the client.
The event handler receives an argument of type ImapClient.UpdateEventArgs containing data related to this event. The following ImapClient.UpdateEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Message | Gets the message number. |
| UpdateType | Gets the type of update notification that has been sent by the server. |
This event is only generated when the Idle method has been used to enable mailbox status monitoring.
ImapClient Class | SocketTools Namespace | Idle Method | OnUpdateEventHandler Delegate