Click or drag to resize
MimeKit

IFetchRequestItems Property

Get or set the message summary items to fetch.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
MessageSummaryItems Items { get; set; }

Property Value

MessageSummaryItems
The message summary items.
Remarks
Gets or sets the message summary items to fetch.
See Also