Click or drag to resize
MimeKit

MessagesVanishedEventArgsEarlier Property

Gets whether the messages vanished in the past as opposed to just now.

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

Property Value

Boolean
true if the messages vanished earlier; otherwise, false.
Remarks
Gets whether the messages vanished in the past as opposed to just now.
See Also