Class Flag
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Encapsulates information on the occurrence of a recurring appointment.
public sealed class Flag : ComplexProperty
- Inheritance
-
Flag
- Inherited Members
Constructors
Flag()
Initializes a new instance of the Flag class.
public Flag()
Properties
CompleteDate
Gets the complete date.
public DateTime CompleteDate { get; set; }
Property Value
DueDate
Gets the due date.
public DateTime DueDate { get; set; }
Property Value
FlagStatus
Gets or sets the flag status.
public ItemFlagStatus FlagStatus { get; set; }
Property Value
StartDate
Gets the start date.
public DateTime StartDate { get; set; }