Compartilhar via


ContactReader.ReadNext method

The ReadNext() method reads the next vCard in the data stream.

Namespace:  Microsoft.Exchange.Data.ContentTypes.vCard
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Function ReadNext As Boolean
'Usage
Dim instance As ContactReader
Dim returnValue As Boolean

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

Return value

Type: System.Boolean
The ReadNext() method returns true if there is another vCard in the data stream; otherwise, false if the data stream has no more vCard data.

See also

Reference

ContactReader class

ContactReader members

Microsoft.Exchange.Data.ContentTypes.vCard namespace