Поделиться через


CalendarItemType.RecurrenceId Property

The RecurrenceId property gets or sets an instance of the DateTime structure that identifies a specific instance of a recurring calendar item.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property RecurrenceId As DateTime
    Get
    Set
'Usage
Dim instance As CalendarItemType
Dim value As DateTime

value = instance.RecurrenceId

instance.RecurrenceId = value
public DateTime RecurrenceId { get; set; }

Property Value

Type: System.DateTime
The RecurrenceId property returns an instance of the DateTime structure that identifies a specific instance of a recurring calendar item.

Remarks

The RecurrenceId property is used with the UID property to identify a specific instance of a recurring calendar item.