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 ReadNextParameter() method advances to and reads the next parameter.
Namespace: Microsoft.Exchange.Data.ContentTypes.vCard
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Function ReadNextParameter As Boolean
'Usage
Dim instance As ContactParameterReader
Dim returnValue As Boolean
returnValue = instance.ReadNextParameter()
public bool ReadNextParameter()
Return value
Type: System.Boolean
The ReadNextParameter() method returns true if there is another parameter to read; otherwise, false if there are no more parameters on the current property.
See also
Reference
ContactParameterReader structure