Click or drag to resize
MimeKit

MessageSummaryFolder Property

Get the folder that the message belongs to.

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

Property Value

IMailFolder
The folder.

Implements

IMessageSummaryFolder
Remarks
Gets the folder that the message belongs to, if available.
See Also