ItemType.DateTimeCreated Property

Definition

The DateTimeCreated property gets or sets the date and time that an item in the mailbox was created.

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

Property Value

The DateTimeCreated property returns an instance of the DateTime structure that represents the date and time when the item was created.

Applies to