EwsSearchParameter.From Method
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9147)
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 |
---|---|
Ews |
A search parameter. |