EwsSearchParameter.HasFlag Method
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9147)
HasFlag(EwsFlagStatus)
Messages that have a flag in the specified state.
Declaration
public static EwsSearchParameter HasFlag(EwsFlagStatus status)
Parameters
Type | Name | Description |
---|---|---|
Ews |
status | Desired flag status. |
Returns
Type | Description |
---|---|
Ews |
A search parameter. |
HasFlag(EwsFlagStatus, EwsDateTimeRange, EwsDateTimeRange)
Messages which have a specific flag and fall within the specified time intervals.
Declaration
public static EwsSearchParameter HasFlag(EwsFlagStatus status, EwsDateTimeRange startDateRange, EwsDateTimeRange dueDateRange)
Parameters
Type | Name | Description |
---|---|---|
Ews |
status | Desired flag status. |
Ews |
startDateRange | Start date range. |
Ews |
dueDateRange | Due date range. |
Returns
Type | Description |
---|---|
Ews |
A search parameter. |
HasFlag(EwsFlagStatus, EwsDateTimeRange)
Messages which have a specific flag and fall within the specified time intervals.
Declaration
public static EwsSearchParameter HasFlag(EwsFlagStatus status, EwsDateTimeRange completeDateRange)
Parameters
Type | Name | Description |
---|---|---|
Ews |
status | Desired flag status. |
Ews |
completeDateRange | Complete date range. |
Returns
Type | Description |
---|---|
Ews |
A search parameter. |