EwsFlag Constructor
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9083)
EwsFlag(EwsFlagStatus)
Initializes a new instance of the EwsFlag class.
Declaration
public EwsFlag(EwsFlagStatus status)
Parameters
Type | Name | Description |
---|---|---|
EwsFlagStatus | status | Status of the flag. |
EwsFlag(EwsFlagStatus, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>)
Initializes a new instance of the EwsFlag class.
Declaration
public EwsFlag(EwsFlagStatus status, DateTime? startDate, DateTime? dueDate, DateTime? completeDate)
Parameters
Type | Name | Description |
---|---|---|
EwsFlagStatus | status | Status of the flag. |
Nullable<DateTime> | startDate | Start date of asociated to-do task. |
Nullable<DateTime> | dueDate | Due date of asociated to-do task. |
Nullable<DateTime> | completeDate | Complete date of asociated to-do task. |