Share via


ContactPropertyReader.ReadNextValue method

The ReadNextValue() method advances to and reads the next value on a property.

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 ContactPropertyReader
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 on the property; otherwise, false if there are no more values to return.

See also

Reference

ContactPropertyReader structure

ContactPropertyReader members

Microsoft.Exchange.Data.ContentTypes.vCard namespace