VOOZH about

URL: https://mimekit.net/docs/html/T_MailKit_IFetchRequest.htm

⇱ IFetchRequest Interface


👁 MimeKit

IFetchRequest Interface

A request for fetching various properties of a message.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.17.0
👁 Image
Syntax
C#
public interface IFetchRequest

The IFetchRequest type exposes the following members.

👁 Image
Properties
 NameDescription
👁 Public property
ChangedSince Get or set the mod-sequence value that indicates the last known state of the messages being requested.
👁 Public property
Headers Get the set of headers that will be fetched.
👁 Public property
Items Get or set the message summary items to fetch.
Top
👁 Image
Remarks
A request for fetching various properties of a message.
👁 Image
See Also