GraphMessageSearchParameter.Sent Method
Namespace: Rebex.Net
Assembly: Rebex.Graph.dll (version 7.0.9083)
Sent(DateTime)
Messages that were sent on the specified date (disregarding time).
Declaration
public static GraphMessageSearchParameter Sent(DateTime on)
Parameters
Type | Name | Description |
---|---|---|
DateTime | on | Date. Time is ignored. |
Returns
Type | Description |
---|---|
GraphMessageSearchParameter | A search parameter. |
Sent(Nullable<DateTime>, Nullable<DateTime>)
Messages that were sent in the specified date and time interval.
Declaration
public static GraphMessageSearchParameter Sent(DateTime? since, DateTime? before)
Parameters
Type | Name | Description |
---|---|---|
Nullable<DateTime> | since | The lower bound of the date and time interval. |
Nullable<DateTime> | before | The upper bound of the date and time interval. |
Returns
Type | Description |
---|---|
GraphMessageSearchParameter | A search parameter. |