Метод | Описание | |
---|---|---|
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. |
Метод | Описание | |
---|---|---|
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. |
Результат | string |
public static Thread ( this |
||
messages | this |
The messages. |
algorithm | ThreadingAlgorithm | The threading algorithm. |
Результат | IList |
public static Thread ( this |
||
messages | this |
The messages. |
algorithm | ThreadingAlgorithm | The threading algorithm. |
orderBy | IList |
The requested sort ordering. |
Результат | IList |