Item.Flag Property

Definition

Gets or sets a flag value that indicates the status, start date, due date, or completion date for an item. The Flag property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public:
 property Microsoft::Exchange::WebServices::Data::Flag ^ Flag { Microsoft::Exchange::WebServices::Data::Flag ^ get(); void set(Microsoft::Exchange::WebServices::Data::Flag ^ value); };
public Microsoft.Exchange.WebServices.Data.Flag Flag { get; set; }
Public Property Flag As Flag

Property Value

The flag value for this item.

Applies to