Click or drag to resize
MimeKit

MessageSummary(IMailFolder, Int32) Constructor

Initializes a new instance of the MessageSummary class.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public MessageSummary(
	IMailFolder folder,
	int index
)

Parameters

folder  IMailFolder
The folder that the message belongs to.
index  Int32
The message index.
Exceptions
ExceptionCondition
ArgumentNullExceptionfolder is null.
ArgumentOutOfRangeExceptionindex is negative.
Remarks
Creates a new MessageSummary.
See Also