ContactParameterReader.ReadValue method
The ReadValue() method returns the value of a parameter.
Namespace: Microsoft.Exchange.Data.ContentTypes.vCard
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Function ReadValue As String
'Usage
Dim instance As ContactParameterReader
Dim returnValue As String
returnValue = instance.ReadValue()
public string ReadValue()
Return value
Type: System.String
The value of the parameter.
Remarks
If the ReadValue() method is called on a multi-value parameter it will return all values unless the ReadNextValue() method is called first.
See also
Reference
ContactParameterReader structure