Click or drag to resize
MimeKit

MessageSummaryFetchedEventArgs Constructor

Initializes a new instance of the MessageSummaryFetchedEventArgs class.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public MessageSummaryFetchedEventArgs(
	IMessageSummary message
)

Parameters

message  IMessageSummary
The message summary.
Exceptions
ExceptionCondition
ArgumentNullExceptionmessage is null.
Remarks
See Also