Click or drag to resize
MimeKit

MessageSummary(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(
	int index
)

Parameters

index  Int32
The message index.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is negative.
Remarks
Creates a new MessageSummary.
See Also