ContactParameterReader.ReadNextValue Method

The ReadNextValue() method returns the next value of a multi-value parameter.

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

Syntax

'Declaration
Public Function ReadNextValue As Boolean
'Usage
Dim instance As ContactParameterReader
Dim returnValue As Boolean

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

Return Value

Type: System.Boolean
The ReadNextValue() method returns true if there is another value to read; otherwise, false if there are no more values on the current parameter.