ItemType.DateTimeSent Property
The DateTimeSent property gets or sets the date and time when an item in a mailbox was sent.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property DateTimeSent As DateTime
Get
Set
'Usage
Dim instance As ItemType
Dim value As DateTime
value = instance.DateTimeSent
instance.DateTimeSent = value
public DateTime DateTimeSent { get; set; }
Property Value
Type: System.DateTime
The DateTimeSent property returns an instance of the DateTime structure that represents the date and time when the item was sent.
See Also
Reference
DateTimeSent