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