_DistListItem.ReminderSet Property
Returns or sets a Boolean value (bool in C#) that is True if a reminder has been set for this item. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Property ReminderSet As Boolean
Get
Set
'Usage
Dim instance As _DistListItem
Dim value As Boolean
value = instance.ReminderSet
instance.ReminderSet = value
bool ReminderSet { get; set; }
Property Value
Type: System.Boolean