ItemType.ReminderIsSet Property

Definition

The ReminderIsSet property gets or sets a Boolean value that indicates whether a reminder has been set for an item in the Exchange store.

public:
 property bool ReminderIsSet { bool get(); void set(bool value); };
public bool ReminderIsSet { get; set; }
Public Property ReminderIsSet As Boolean

Property Value

The ReminderIsSet property returns true if a reminder has been set for the item; otherwise, the property returns false.

Applies to