Click or drag to resize
MimeKit

MessageEventArgsIndex Property

Gets the index of the message that changed.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public int Index { get; }

Property Value

Int32
The index of the message.
Remarks
Gets the index of the message that changed.
See Also