Click or drag to resize

MessageThread Class

Represents message thread.
Inheritance Hierarchy
SystemObject
  Limilabs.Client.IMAPMessageThread

Namespace:  Limilabs.Client.IMAP
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public class MessageThread

The MessageThread type exposes the following members.

Properties
  NameDescription
Public propertyChildren
Gets child threads of this thread.
Public propertyMessageNumber
Gets message number of the message that is the root of this thread. This property is null unless Numbers is specified using ResultsAs(ResultType) method.
Public propertyUID
Gets UID of the message that is the root of this thread. This property is set by default. It may be null if Numbers is specified using ResultsAs(ResultType) method.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns text representation of this object.
(Overrides ObjectToString.)
Top
Remarks
Either UID or MessageNumber property is set. You can decide which by using ResultsAs(ResultType) method. The situations in which both this properties are null are also valid - it means that the root message does not match the search criteria, but it's Children do.
See Also