Click or drag to resize
MimeKit

MessageSummaryIndex Property

Gets the index of the message.

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.

Implements

IMessageSummaryIndex
Remarks

Gets the index of the message.

This property is always set.

See Also