Attachment.LastModificationTime Property

Independentsoft MSG .NET

Attachment LastModificationTime Property MSG .NET Class Library
Contains the date and time when the attachment 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 Attachment 
Dim value As DateTime 

value = instance.LastModificationTime

instance.LastModificationTime = value
Dim instance As Attachment 
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.
See Also