_Reminder.IsVisible Property

Definition

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.

Applies to