CalendarEventDetails.ID Property
The ID property gets or sets the entry ID of the calendar item.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property ID As String
Get
Set
'Usage
Dim instance As CalendarEventDetails
Dim value As String
value = instance.ID
instance.ID = value
public string ID { get; set; }
Property Value
Type: System.String
The ID property returns a string that contains the entry ID of the calendar item.