_Table.GetRowCount Method

Definition

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.

Applies to