Message.LastModificationTime Property

Independentsoft MSG .NET

Message LastModificationTime Property MSG .NET Class Library
Contains the date and time when the message was last modified.

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

Syntax

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

value = instance.LastModificationTime

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

value = instance.LastModificationTime

instance.LastModificationTime = value
/** @property */
public DateTime get_LastModificationTime()
/** @property */
public void set_LastModificationTime(DateTime value)
/** @property */
public DateTime get_LastModificationTime()
/** @property */
public void set_LastModificationTime(DateTime value)
function get LastModificationTime () : DateTime 
function set LastModificationTime (value : DateTime)
function get LastModificationTime () : DateTime 
function set LastModificationTime (value : DateTime)
function get_LastModificationTime();
function set_LastModificationTime(value);
function get_LastModificationTime();
function set_LastModificationTime(value);

Property Value

Type: OnlineDateTime
The last modification time.
Remarks

This property is initially set to the same value as the CreationTime property.
See Also