Click or drag to resize
MimeKit

IMessageSummaryFolder Property

Get the folder that the message belongs to.

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

Property Value

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