Click or drag to resize
MimeKit

ImapEventGroup(ImapMailboxFilter, ImapEvent) Constructor

Initializes a new instance of the ImapEventGroup class.

Namespace: MailKit.Net.Imap
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public ImapEventGroup(
	ImapMailboxFilter mailboxFilter,
	params ImapEvent[] events
)

Parameters

mailboxFilter  ImapMailboxFilter
The mailbox filter.
events  ImapEvent
The list of IMAP events.
Exceptions
ExceptionCondition
ArgumentNullException

mailboxFilter is null.

-or-

events is null.

Remarks
Initializes a new instance of the ImapEventGroup class.
See Also