Message.ReminderTime Property

Independentsoft MSG .NET

Message ReminderTime Property MSG .NET Class Library
Contains the date and time at which the reminder should occur for the specified item.

Namespace: Independentsoft.Msg
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868

Syntax

public DateTime ReminderTime { get; set; }
public DateTime ReminderTime { get; set; }
Public Property ReminderTime As DateTime 
	Get 
	Set
Public Property ReminderTime As DateTime 
	Get 
	Set
Dim instance As Message 
Dim value As DateTime 

value = instance.ReminderTime

instance.ReminderTime = value
Dim instance As Message 
Dim value As DateTime 

value = instance.ReminderTime

instance.ReminderTime = value
/** @property */
public DateTime get_ReminderTime()
/** @property */
public void set_ReminderTime(DateTime value)
/** @property */
public DateTime get_ReminderTime()
/** @property */
public void set_ReminderTime(DateTime value)
function get ReminderTime () : DateTime 
function set ReminderTime (value : DateTime)
function get ReminderTime () : DateTime 
function set ReminderTime (value : DateTime)
function get_ReminderTime();
function set_ReminderTime(value);
function get_ReminderTime();
function set_ReminderTime(value);

Property Value

Type: OnlineDateTime
The reminder time.
See Also