EwsFlag Class
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9083)
Represents an Exchange item flag.
Syntax
public class EwsFlag
Inherited Members
Constructors
Name | Description |
---|---|
EwsFlag(EwsFlagStatus) | Initializes a new instance of the EwsFlag class. |
EwsFlag(EwsFlagStatus, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>) | Initializes a new instance of the EwsFlag class. |
Properties
Name | Description |
---|---|
CompleteDate | Gets or sets complete date of asociated to-do task. |
DueDate | Gets or sets due date of asociated to-do task. |
StartDate | Gets or sets start date of asociated to-do task. |
Status | Gets the flag status. |