Skip to content

Latest commit

 

History

History
52 lines (27 loc) · 1.64 KB

Outlook.RemoteItem.GetConversation.md

File metadata and controls

52 lines (27 loc) · 1.64 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
RemoteItem.GetConversation method (Outlook)
vbaol11.chm3494
vbaol11.chm3494
Outlook.RemoteItem.GetConversation
0da0ef2e-c3d2-5a5f-c031-4226719f87f7
06/08/2017
medium

RemoteItem.GetConversation method (Outlook)

Obtains a Conversation object that represents the conversation to which this item belongs.

Syntax

expression. GetConversation

expression A variable that represents a 'RemoteItem' object.

Return value

A Conversation object that represents the conversation to which this item belongs.

Remarks

GetConversation returns Null (Nothing in Visual Basic) if no conversation exists for the item. No conversation exists for an item in the following scenarios:

  • The item has not been saved. An item can be saved programmatically, by user action, or by auto-save.

  • For an item that can be sent (for example, a mail item, appointment item, or contact item), the item has not been sent.

  • Conversations have been disabled through the Windows registry.

  • The store does not support Conversation view (for example, Outlook is running in classic online mode against a version of Microsoft Exchange earlier than Microsoft Exchange Server 2010). Use the IsConversationEnabled property of the Store object to determine whether the store supports Conversation view.

See also

RemoteItem Object

[!includeSupport and feedback]