EwsSearchParameter.From Method
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9313)
From(String)
Messages that contain the specified string in its From field.
Declaration
public static EwsSearchParameter From(string address)
Parameters
| Type | Name | Description |
|---|---|---|
| String | address | String to search for. Cannot be empty. |
Returns
| Type | Description |
|---|---|
| EwsSearchParameter | A search parameter. |