MapiMessage.DeliveryTime

MapiMessage.DeliveryTime property

Gets or sets the date and time a message was delivered.

public DateTime DeliveryTime { get; set; }

Property Value

The DateTime that represents delivery time.

Remarks

If the property was not available, DateTime.MinValue is returned.

See Also