Attachment CreationTime Property | MSG .NET Class Library |
Contains the creation date and time of the attachment.
Namespace: Independentsoft.MsgAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public DateTime CreationTime { get; set; }
public DateTime CreationTime { get; set; }
Public Property CreationTime As DateTime Get Set
Public Property CreationTime As DateTime Get Set
Dim instance As Attachment Dim value As DateTime value = instance.CreationTime instance.CreationTime = value
Dim instance As Attachment Dim value As DateTime value = instance.CreationTime instance.CreationTime = value
/** @property */ public DateTime get_CreationTime() /** @property */ public void set_CreationTime(DateTime value)
/** @property */ public DateTime get_CreationTime() /** @property */ public void set_CreationTime(DateTime value)
function get CreationTime () : DateTime function set CreationTime (value : DateTime)
function get CreationTime () : DateTime function set CreationTime (value : DateTime)
function get_CreationTime(); function set_CreationTime(value);
function get_CreationTime(); function set_CreationTime(value);
Property Value
Type:
The creation time.
See Also