Share via


MailItem.DateTimeReceived property

When overridden in a derived class, the DateTimeReceived property gets the Coordinated Universal Time (UTC) date and time that the messaging system received the message.

Namespace:  Microsoft.Exchange.Data.Transport
Assembly:  Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property DateTimeReceived As DateTime
    Get
'Usage
Dim instance As MailItem
Dim value As DateTime

value = instance.DateTimeReceived
public abstract DateTime DateTimeReceived { get; }

Property value

Type: System.DateTime

See also

Reference

MailItem class

MailItem members

Microsoft.Exchange.Data.Transport namespace