Table.GetRowCount Method

Outlook Developer Reference

Obtains the number of rows in the Table.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.GetRowCount

expression   A variable that represents a Table object.

Return Value
A Long value that represents the number of rows in the Table.

Remarks

GetRowCount on a large table will result in a performance impact. Due to MAPI restrictions (for example, memory constraints for large tables, simultaneous operations on the Table), GetRowCount may not be able to determine the number of rows in the Table, or it may only only return an approximate row count. In these cases, GetRowCount will return an error. You should use appropriate error detection for GetRowCount to determine if the call returns an error.

See Also