BaseObjectChangedEventType.TimeStamp Property
The TimeStamp property gets the time stamp of a changed item or folder mailbox event.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property TimeStamp As DateTime
Get
Set
'Usage
Dim instance As BaseObjectChangedEventType
Dim value As DateTime
value = instance.TimeStamp
instance.TimeStamp = value
public DateTime TimeStamp { get; set; }
Property Value
Type: System.DateTime
The TimeStamp property returns a DateTime object that represents the time stamp of a changed item or folder mailbox event.
See Also