_MeetingItem.IsLatestVersion Property

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.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
ReadOnly Property IsLatestVersion As Boolean
    Get
'Usage
Dim instance As _MeetingItem
Dim value As Boolean

value = instance.IsLatestVersion
[DispIdAttribute()]
bool IsLatestVersion { get; }

Property Value

Type: System.Boolean

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.

See Also

Reference

_MeetingItem Interface

_MeetingItem Members

Microsoft.Office.Interop.Outlook Namespace