TnefPropertyReader.ReadNextRow method

The ReadNextRow method moves to the next row 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 Function ReadNextRow As Boolean
'Usage
Dim instance As TnefPropertyReader
Dim returnValue As Boolean

returnValue = instance.ReadNextRow()
public bool ReadNextRow()

Return value

Type: System.Boolean
The ReadNextRow method returns true if there was another row to which to move. Otherwise, ReadNextRow returns false.

See also

Reference

TnefPropertyReader structure

TnefPropertyReader members

Microsoft.Exchange.Data.ContentTypes.Tnef namespace