MapiMessage.ClientSubmitTime

MapiMessage.ClientSubmitTime property

Gets or sets the date and time the message sender submitted a message.

public DateTime ClientSubmitTime { get; set; }

Property Value

The DateTime that represents client submit time.

Remarks

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

See Also