Click or drag to resize
MimeKit

FetchRequest(MessageSummaryItems) Constructor

Initializes a new instance of the FetchRequest class.

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

Parameters

items  MessageSummaryItems
The items to fetch.
Remarks
Creates a new FetchRequest.
See Also