_Reminder.IsVisible Property
Returns a Boolean (bool in C#) that determines if the reminder is currently visible. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Property IsVisible As Boolean
Get
'Usage
Dim instance As _Reminder
Dim value As Boolean
value = instance.IsVisible
[DispIdAttribute()]
bool IsVisible { get; }
Property Value
Type: System.Boolean
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.