_MailItem.ReminderOverrideDefault Property
Returns or sets a Boolean (bool in C#) value that is True if the reminder overrides the default reminder behavior for the item. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property ReminderOverrideDefault As Boolean
Get
Set
'Usage
Dim instance As _MailItem
Dim value As Boolean
value = instance.ReminderOverrideDefault
instance.ReminderOverrideDefault = value
[DispIdAttribute()]
bool ReminderOverrideDefault { get; set; }
Property Value
Type: System.Boolean
Remarks
You must set the ReminderOverrideDefault property to validate the ReminderPlaySound and the ReminderSoundFile properties.