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 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.