_Conversation.GetTable Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a Table object that contains rows that represent all items in the conversation.
public:
Microsoft::Office::Interop::Outlook::Table ^ GetTable();
public Microsoft.Office.Interop.Outlook.Table GetTable ();
Public Function GetTable () As Table
Returns
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.
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.