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


MeetingMessageType.RecurrenceId Property

The RecurrenceId property gets or sets a DateTime value that is used with the UID property to identify a specific instance of a recurring meeting.

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

Syntax

'Declaration
Public Property RecurrenceId As DateTime
    Get
    Set
'Usage
Dim instance As MeetingMessageType
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 class that is used with the UID property to identify a specific instance of a recurring meeting.