Dart.Mail Namespace : ImapUpdateEventArgs Class |
Public Class ImapUpdateEventArgs Inherits System.EventArgs
Dim instance As ImapUpdateEventArgs
public class ImapUpdateEventArgs : System.EventArgs
public __gc class ImapUpdateEventArgs : public System.EventArgs
public ref class ImapUpdateEventArgs : public System.EventArgs
Provides data for the Imap.Update event, which is raised when the server sends an unsolicited EXISTS or EXPUNGE, indicating that the selected mailbox has been updated. Messages represents the messages (if any) affected by the update as they appear in SelectedMailbox.
Response represents the server response.
System.Object
System.EventArgs
Dart.Mail.ImapUpdateEventArgs