MeetingMessageType.RecurrenceId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.