Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 1.36 KB

Outlook.AppointmentItem.ConversationID.md

File metadata and controls

40 lines (23 loc) · 1.36 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
AppointmentItem.ConversationID property (Outlook)
vbaol11.chm3469
vbaol11.chm3469
Outlook.AppointmentItem.ConversationID
6897e23d-1d1d-f8fb-fbab-aa19242f4e7f
06/08/2017
medium

AppointmentItem.ConversationID property (Outlook)

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

Syntax

expression. ConversationID

expression A variable that represents an AppointmentItem 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 AppointmentItem 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

AppointmentItem Object

[!includeSupport and feedback]