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