_Reminder.IsVisible 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.
Returns a Boolean (bool in C#) that determines if the reminder is currently visible. Read-only.
public:
property bool IsVisible { bool get(); };
public bool IsVisible { get; }
Public ReadOnly Property IsVisible As Boolean
Property Value
Remarks
Outlook determines the return value of this property based on the state of the current reminder. All active reminders are visible. If IsVisible is True, the reminder is visible.