EmailMessage.SentTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the time an email was sent.
public:
property IReference<DateTime> ^ SentTime { IReference<DateTime> ^ get(); void set(IReference<DateTime> ^ value); };
IReference<DateTime> SentTime();
void SentTime(IReference<DateTime> value);
public System.Nullable<System.DateTimeOffset> SentTime { get; set; }
var iReference = emailMessage.sentTime;
emailMessage.sentTime = iReference;
Public Property SentTime As Nullable(Of DateTimeOffset)
Property Value
The time an email was sent.
Windows requirements
App capabilities |
email
emailSystem
|