GraphMessageSearchParameter.HasCompletedFlag Method
Namespace: Rebex.Net
Assembly: Rebex.Graph.dll (version 7.0.9083)
HasCompletedFlag(GraphDateTimeRange)
Messages with Completed flag and completed within the specified time interval.
Declaration
public static GraphMessageSearchParameter HasCompletedFlag(GraphDateTimeRange completedDateRange)
Parameters
Type | Name | Description |
---|---|---|
GraphDateTimeRange | completedDateRange | Date and time range in which the message was completed. |
Returns
Type | Description |
---|---|
GraphMessageSearchParameter | A search parameter. |