Message.MessageDeliveryTime Property

Independentsoft MSG .NET

Message MessageDeliveryTime Property MSG .NET Class Library
Contains the date and time when a message was delivered.

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

Syntax

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

value = instance.MessageDeliveryTime

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

value = instance.MessageDeliveryTime

instance.MessageDeliveryTime = value
/** @property */
public DateTime get_MessageDeliveryTime()
/** @property */
public void set_MessageDeliveryTime(DateTime value)
/** @property */
public DateTime get_MessageDeliveryTime()
/** @property */
public void set_MessageDeliveryTime(DateTime value)
function get MessageDeliveryTime () : DateTime 
function set MessageDeliveryTime (value : DateTime)
function get MessageDeliveryTime () : DateTime 
function set MessageDeliveryTime (value : DateTime)
function get_MessageDeliveryTime();
function set_MessageDeliveryTime(value);
function get_MessageDeliveryTime();
function set_MessageDeliveryTime(value);

Property Value

Type: OnlineDateTime
The message delivery time.
Remarks

This property describes the time the message was stored at the server, rather than the download time when the transport provider copied the message from the server to the local store.
See Also