Skip to content

Latest commit

 

History

History
33 lines (14 loc) · 1.14 KB

8acbf4e8-d3ec-713c-7987-ba254e2373fb.md

File metadata and controls

33 lines (14 loc) · 1.14 KB

DistListItem.ConversationID Property (Outlook)

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

Syntax

expression . ConversationID

expression A variable that represents a DistListItem 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 DistListItem 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

Concepts

DistListItem Object

Other resources

DistListItem Object Members