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.