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.26106.1555
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 methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates 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