_Table.GetNextRow Method
Moves the current row to the next row in the Table and obtains that row in the Table.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Function GetNextRow As Row
'Usage
Dim instance As _Table
Dim returnValue As Row
returnValue = instance.GetNextRow()
[DispIdAttribute()]
Row GetNextRow()
Return Value
Type: Microsoft.Office.Interop.Outlook.Row
A Row object that represents the next valid row in the Table if there are additional rows available. If there are no additional rows available (where _Table.EndOfTable is True), GetNextRow will return Nothing (a null reference (Nothing in Visual Basic) in C#).
See Also
Reference
Microsoft.Office.Interop.Outlook Namespace
Other Resources
How to: Get and Display Items in a Conversation
How to: Filter and Efficiently Enumerate Items in a Folder
How to: Enumerate Items in the Inbox Based on the Last Modification Time
How to: Filter and Display Inbox Items Modified in the Last Month
How to: Filter and Display Multivalued Properties When Enumerating Items in a Folder
How to: Filter and Display Computed Properties When Enumerating Items in a Folder
How to: Enumerate Hidden Items in a Folder
How to: Search for a Phrase in the Body of Items in a Folder