ItemType.DateTimeSent Property

Definition

The DateTimeSent property gets or sets the date and time when an item in a mailbox was sent.

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

Property Value

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

Applies to