Click or drag to resize
MimeKit

IStoreRequest Interface

A request for storing flags, labels, or annotations for a message.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public interface IStoreRequest

The IStoreRequest type exposes the following members.

Properties
 NameDescription
Public propertyUnchangedSince Get or set the mod-sequence value that indicates the last known state of the message(s) being updated.
Top
Remarks
A request for storing flags, labels, or annotations for a message.
See Also