ItemType.DateTimeReceived Property

Definition

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

public:
 property DateTime DateTimeReceived { DateTime get(); void set(DateTime value); };
public DateTime DateTimeReceived { get; set; }
Public Property DateTimeReceived As DateTime

Property Value

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.

Applies to