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