Share via


_Application.Reminders Property

Returns a Reminders collection that represents all current reminders. Read-only.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
ReadOnly Property Reminders As Reminders
    Get
'Usage
Dim instance As _Application
Dim value As Reminders

value = instance.Reminders
[DispIdAttribute()]
Reminders Reminders { get; }

Property Value

Type: Microsoft.Office.Interop.Outlook.Reminders

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Outlook Namespace