Method | Description | |
---|---|---|
GetThreadableSubject ( string subject, int &replyDepth ) : string |
Gets the threadable subject. Gets the threadable subject. |
|
Thread ( this |
Thread the messages according to the specified threading algorithm. Thread the messages according to the specified threading algorithm. |
|
Thread ( this |
Threads the messages according to the specified threading algorithm and sorts the resulting threads by the specified ordering. Threads the messages according to the specified threading algorithm and sorts the resulting threads by the specified ordering. |
Method | Description | |
---|---|---|
CreateIdTable ( IEnumerable |
||
CreateRoot ( ThreadableNode>.IDictionary |
||
GetThreads ( ThreadableNode root, IList |
||
GroupBySubject ( ThreadableNode root ) : void | ||
IsForward ( string subject, int index ) : bool | ||
IsMailingListName ( char c ) : bool | ||
IsReply ( string subject, int index ) : bool | ||
PruneEmptyContainers ( ThreadableNode root ) : void | ||
SkipDigits ( string subject, int &index, int &value ) : bool | ||
SkipMailingListName ( string subject, int &index ) : void | ||
SkipWhiteSpace ( string subject, int &index ) : void | ||
ThreadByReferences ( IEnumerable |
||
ThreadBySubject ( IEnumerable |
public static GetThreadableSubject ( string subject, int &replyDepth ) : string | ||
subject | string | The Subject header value. |
replyDepth | int | The reply depth. |
return | string |
public static Thread ( this |
||
messages | this |
The messages. |
algorithm | ThreadingAlgorithm | The threading algorithm. |
return | IList |
public static Thread ( this |
||
messages | this |
The messages. |
algorithm | ThreadingAlgorithm | The threading algorithm. |
orderBy | IList |
The requested sort ordering. |
return | IList |