_MeetingItem.IsLatestVersion Property

Definition

Returns a Boolean (bool in C#) value that indicates whether the MeetingItem object represents the latest version of the item on the organizer’s calendar. Read-only.

public:
 property bool IsLatestVersion { bool get(); };
public bool IsLatestVersion { get; }
Public ReadOnly Property IsLatestVersion As Boolean

Property Value

Remarks

This property applies to all MeetingItem objects including meeting requests, meeting updates, and meeting cancellation.

True indicates that the latest version of the meeting item is on the organizer’s calendar. False indicates that the meeting item on the calendar is not the latest version, or that there is a conflict between the meeting request and another appointment item on the calendar.

Applies to