ImapSearchParameter.Body Method
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9313)
Body(String)
Messages that contain the specified string in its body.
Declaration
public static ImapSearchParameter Body(string queryTerm)
Parameters
| Type | Name | Description |
|---|---|---|
| String | queryTerm | String to search for. Cannot be empty. |
Returns
| Type | Description |
|---|---|
| ImapSearchParameter | A search parameter. |