GraphMessageSearchParameter.Body Method
Namespace: Rebex.Net
Assembly: Rebex.Graph.dll (version 7.0.9083)
Body(String)
Filters for messages where body contains the specified string.
Declaration
public static GraphMessageSearchParameter Body(string body)
Parameters
Type | Name | Description |
---|---|---|
String | body | String to search for. |
Returns
Type | Description |
---|---|
GraphMessageSearchParameter | A search parameter. |