Click or drag to resize
MimeKit

ImapEventMessageNew(IFetchRequest) Constructor

Initializes a new instance of the ImapEventMessageNew class.

Namespace: MailKit.Net.Imap
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public MessageNew(
	IFetchRequest request
)

Parameters

request  IFetchRequest
The fetch request to use when new messages arrive.
Exceptions
ExceptionCondition
ArgumentNullExceptionrequest is null.
Remarks
Initializes a new instance of the ImapEventMessageNew class.
See Also