MailKit Documentation
MailKit Documentation
API Reference
MailKit
MessageSummary Class
MessageSummary Properties
Annotations Property
Attachments Property
Body Property
BodyParts Property
Date Property
EmailId Property
Envelope Property
Fields Property
Flags Property
Folder Property
GMailLabels Property
GMailMessageId Property
GMailThreadId Property
Headers Property
HtmlBody Property
Index Property
InternalDate Property
IsReply Property
Keywords Property
ModSeq Property
NormalizedSubject Property
PreviewText Property
References Property
SaveDate Property
Size Property
TextBody Property
ThreadId Property
UniqueId Property
Message
Summary
Folder Property
Get the folder that the message belongs to.
Namespace:
MailKit
Assembly:
MailKit (in MailKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
IMailFolder
Folder
{
get
; }
Property Value
IMailFolder
The folder.
Implements
IMessageSummary
Folder
Remarks
Gets the folder that the message belongs to, if available.
See Also
Reference
MessageSummary Class
MailKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast