ImapMonitoringEventArgs.ImapMonitoringEventArgs

ImapMonitoringEventArgs constructor

Initializes a new instance of the ImapMonitoringEventArgs class

public ImapMonitoringEventArgs(string folderName, ImapMessageInfo[] newMessages, 
    ImapMessageInfo[] deletedMessages)
ParameterTypeDescription
folderNameStringspecified folder for monitoring operation
newMessagesImapMessageInfo[]Contains information about new messages
deletedMessagesImapMessageInfo[]Contains information about deleted messages

See Also