Click or drag to resize

IEmailMetadata.Sent Property

The sent date and time of the email message.

Namespace:  EdaIntegrationContract.Document
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 1.0
Syntax
C#
Nullable<DateTime> Sent { get; }

Property Value

Type: Nullable<DateTime>
Remarks
All date/time values are stored in UTC
See Also