_SharingItem.ReminderTime Property
Returns or sets a DateTime indicating the date and time at which the reminder should occur 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 ReminderTime As DateTime
Get
Set
'Usage
Dim instance As _SharingItem
Dim value As DateTime
value = instance.ReminderTime
instance.ReminderTime = value
[DispIdAttribute()]
DateTime ReminderTime { get; set; }
Property Value
Type: System.DateTime