_PostItem.ReminderSet Property

Returns or sets a Boolean (bool in C#) value 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
<DispIdAttribute()> _
Property ReminderSet As Boolean
    Get
    Set
'Usage
Dim instance As _PostItem
Dim value As Boolean

value = instance.ReminderSet

instance.ReminderSet = value
[DispIdAttribute()]
bool ReminderSet { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

_PostItem Interface

_PostItem Members

Microsoft.Office.Interop.Outlook Namespace