MeetingMessageType.RecurrenceId Property

Definition

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.

public:
 property DateTime RecurrenceId { DateTime get(); void set(DateTime value); };
public DateTime RecurrenceId { get; set; }
Public Property RecurrenceId As DateTime

Property Value

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.

Applies to