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