Click or drag to resize
MimeKit

MessageSummaryFields Property

Get a bitmask of fields that have been populated.

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

Property Value

MessageSummaryItems
The fields that have been populated.

Implements

IMessageSummaryFields
Remarks
Gets a bitmask of fields that have been populated.
See Also