_Table.GetRowCount 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.
Obtains the number of rows in the Table.
public:
int GetRowCount();
public int GetRowCount ();
Public Function GetRowCount () As Integer
Returns
An Integer (int in C#) 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 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.