GraphMessageSearchParameter.From Method
Namespace: Rebex.Net
Assembly: Rebex.Graph.dll (version 7.0.9083)
From(String)
Messages where the 'From' contains the specified string in the email address or name.
Declaration
public static GraphMessageSearchParameter From(string from)
Parameters
Type | Name | Description |
---|---|---|
String | from | Email or name of the sender. |
Returns
Type | Description |
---|---|
GraphMessageSearchParameter | A search parameter. |