Class ThreadSearchConditions
Contents
[
Hide
]ThreadSearchConditions class
Provides the search conditions to retrieve email thread. Compatibles with THREAD IMAP extension described at https://tools.ietf.org/html/rfc5256
public sealed class ThreadSearchConditions : BaseSearchConditions
Constructors
Name | Description |
---|---|
ThreadSearchConditions() | The default constructor. |
Properties
Name | Description |
---|---|
Algorithm { get; set; } | Gets or sets threading algorithm supported by the IMAP server. |
Charset { get; set; } | Gets or sets charset. Indicates the charset of the strings that appear in the searching criteria. |
Since { get; set; } | Gets or sets the message date since which the search criteria matches. |
Text { get; set; } | Gets or sets subject text. |
UseUId { get; set; } | Gets or sets a value indicating whether the search method returns sequence numbers or UIDs of messages. |
See Also
- class BaseSearchConditions
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email