Click or drag to resize
MimeKit

MessageEventArgs(Int32) Constructor

Initializes a new instance of the MessageEventArgs class.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public MessageEventArgs(
	int index
)

Parameters

index  Int32
The message index.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is out of range.
Remarks
Creates a new MessageEventArgs.
See Also