ItemType.ReminderIsSet Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.