Click or drag to resize
MimeKit

FetchRequest Class

A request for fetching various properties of a message.
Inheritance Hierarchy
SystemObject
  MailKitFetchRequest

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public class FetchRequest : IFetchRequest

The FetchRequest type exposes the following members.

Constructors
 NameDescription
Public methodFetchRequest Initializes a new instance of the FetchRequest class.
Public methodFetchRequest(MessageSummaryItems) Initializes a new instance of the FetchRequest class.
Public methodFetchRequest(MessageSummaryItems, IEnumerableHeaderId) Initializes a new instance of the FetchRequest class.
Public methodFetchRequest(MessageSummaryItems, IEnumerableString) Initializes a new instance of the FetchRequest class.
Top
Properties
 NameDescription
Public propertyChangedSince Get or set the mod-sequence value that indicates the last known state of the messages being requested.
Public propertyHeaders Get the set of headers that will be fetched.
Public propertyItems Get or set the message summary items to fetch.
Top
Methods
 NameDescription
Public methodEquals
(Inherited from Object)
Protected methodFinalize
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodToString
(Inherited from Object)
Top
Remarks
A request for fetching various properties of a message.
See Also