Click or drag to resize
MimeKit

MessageThread Class

A message thread.
Inheritance Hierarchy
SystemObject
  MailKitMessageThread

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public class MessageThread

The MessageThread type exposes the following members.

Constructors
 NameDescription
Public methodMessageThread(IMessageSummary) Initializes a new instance of the MessageThread class.
Public methodMessageThread(NullableUniqueId) Initializes a new instance of the MessageThread class.
Top
Properties
 NameDescription
Public propertyChildren Gets the children.
Public propertyMessage Gets the message summary, if available.
Public propertyUniqueId Gets the unique identifier of the message.
Top
Methods
 NameDescription
Public methodEquals
(Inherited from Object)
Protected methodFinalize
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodToString
(Inherited from Object)
Top
Remarks
A message thread.
See Also