TnefPropertyReader.RowCount property
The RowCount property returns an integer indicating the number of rows in the current RecipientTable attribute.
Namespace: Microsoft.Exchange.Data.ContentTypes.Tnef
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property RowCount As Integer
Get
'Usage
Dim instance As TnefPropertyReader
Dim value As Integer
value = instance.RowCount
public int RowCount { get; }
Property value
Type: System.Int32