Specifies the search options supported by the MailMessage class.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
| Member Name | Description | Value |
|---|---|---|
| searchDefault | Perform a complete match against the specified header value. The comparison is not case-sensitive. It is the default search option used if a search option is not specified. | 0 |
| searchCaseSensitive | The header value comparison will be case-sensitive. Note that this does not affect header field names. Matches for header names are always case-insensitive. | 1 |
| searchPartialMatch | Perform a partial match against the specified header value. It recommended that this option be used when searching for matches to e-mail addresses. | 2 |
| searchDecodeHeaders | Decode any encoded message headers before comparing them to the specified value. This option can increase the amount of time required to search the message store and should only be used when necessary. | 4 |
Namespace: SocketTools
Assembly: SocketTools.MailMessage (in SocketTools.MailMessage.dll)
SocketTools Namespace | FindMessage Method (SocketTools.MailMessage)