ItemType.DateTimeReceived Property

The DateTimeReceived property gets the date and time that an item in a mailbox was received.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property DateTimeReceived As DateTime
    Get
    Set
'Usage
Dim instance As ItemType
Dim value As DateTime

value = instance.DateTimeReceived

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

Property Value

Type: System.DateTime
The DateTimeReceived property returns an instance of the DateTime structure that represents the date and time when the item was received.

Remarks

The DateTimeReceived property is read-only.