ContactPropertyReader.ReadValue Method
The ReadValue() method parses a property value according to its type and returns it as an object.
Namespace: Microsoft.Exchange.Data.ContentTypes.vCard
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Function ReadValue As Object
'Usage
Dim instance As ContactPropertyReader
Dim returnValue As Object
returnValue = instance.ReadValue()
public Object ReadValue()
Return Value
Type: System.Object
he ReadValue() method returns an Object instance containing the property value.