Click or drag to resize
MimeKit

MessageEventArgs(Int32, UniqueId) 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,
	UniqueId uid
)

Parameters

index  Int32
The message index.
uid  UniqueId
The unique id of the message.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is out of range.
Remarks
Creates a new MessageEventArgs.
See Also