Share via


_PostItem.ReminderTime Property

Returns or sets a Date indicating the date and time at which the reminder should occur for the specified item. Read/write.

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

Syntax

'Declaration
Property ReminderTime As DateTime
    Get
    Set
'Usage
Dim instance As _PostItem
Dim value As DateTime

value = instance.ReminderTime

instance.ReminderTime = value
DateTime ReminderTime { get; set; }

Property Value

Type: System.DateTime

See Also

Reference

_PostItem Interface

_PostItem Members

Microsoft.Office.Interop.Outlook Namespace