Udostępnij za pośrednictwem


ContactPropertyReader.ReadNextProperty Method

The ReadNextProperty() method advances to the next property and reads the value.

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

Syntax

'Declaration
Public Function ReadNextProperty As Boolean
'Usage
Dim instance As ContactPropertyReader
Dim returnValue As Boolean

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

Return Value

Type: System.Boolean
The ReadNextProperty() method returns true if another property is available; otherwise, false if there are no more properties to read.