_Conversation.GetTable Method

Returns a Table object that contains rows that represent all items in the conversation.

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

Syntax

'Declaration
<DispIdAttribute()> _
Function GetTable As Table
'Usage
Dim instance As _Conversation
Dim returnValue As Table

returnValue = instance.GetTable()
[DispIdAttribute()]
Table GetTable()

Return Value

Type: Microsoft.Office.Interop.Outlook.Table
A Table object that contains rows that represent all items in the conversation.

Remarks

The GetTable method returns a Table that has all items of the conversation as the rows. The default set of columns is shown in the following table.

Column

Property

1

EntryID

2

Subject

3

CreationTime

4

LastModificationTime

5

MessageClass

By default, the rows in the table are sorted by the ConversationIndex property of the items.

To modify the default column set, use the Add(String), Remove(Object), or RemoveAll() methods of the Columns collection.

The Table object returned by this GetTable method does not include items in the conversation that have been moved to the Deleted Items folder.

See Also

Reference

_Conversation Interface

_Conversation Members

Microsoft.Office.Interop.Outlook Namespace

Other Resources

How to: Get and Display Items in a Conversation