Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 1.32 KB

Outlook.MeetingItem.ConversationID.md

File metadata and controls

40 lines (23 loc) · 1.32 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
MeetingItem.ConversationID property (Outlook)
vbaol11.chm3472
vbaol11.chm3472
Outlook.MeetingItem.ConversationID
67a28933-1f89-8f1d-9217-bacd61aa85b9
06/08/2017
medium

MeetingItem.ConversationID property (Outlook)

Returns a String that uniquely identifies a Conversation object that the MeetingItem object belongs to. Read-only.

Syntax

expression. ConversationID

expression A variable that represents a MeetingItem object.

Remarks

This property associates items with a conversation. These items and the conversation all have the same value in their ConversationID property.

This property corresponds with the MAPI property PidTagConversationId.

If the MeetingItem object is created in a version of Microsoft Outlook earlier than Outlook 2013, or if Outlook is running in online mode against a version of Microsoft Exchange Server earlier than Microsoft Exchange Server 2010, this property returns the same value as the ConversationTopic property.

See also

MeetingItem Object

[!includeSupport and feedback]