Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.