MailKit Documentation
MailKit Documentation
API Reference
MailKit.Net.Imap
ImapEvent.MessageNew Class
ImapEvent.MessageNew Constructor
ImapEvent.MessageNew(IFetchRequest) Constructor
ImapEvent.MessageNew(MessageSummaryItems) Constructor
ImapEvent.MessageNew(MessageSummaryItems, IEnumerable<HeaderId>) Constructor
ImapEvent.MessageNew(MessageSummaryItems, IEnumerable<String>) Constructor
Imap
Event
Message
New(IFetch
Request) Constructor
Initializes a new instance of the
ImapEvent
MessageNew
class.
Namespace:
MailKit.Net.Imap
Assembly:
MailKit (in MailKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
MessageNew
(
IFetchRequest
request
)
Parameters
request
IFetchRequest
The fetch request to use when new messages arrive.
Exceptions
Exception
Condition
ArgumentNullException
request
is
null
.
Remarks
Initializes a new instance of the
ImapEvent
MessageNew
class.
See Also
Reference
ImapEvent
MessageNew Class
ImapEvent
MessageNew Overload
MailKit.Net.Imap Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast