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 returns the current property value as an object, boxing value types in the process.
Namespace: Microsoft.Exchange.Data.ContentTypes.Tnef
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Function ReadValue As Object
'Usage
Dim instance As TnefPropertyReader
Dim returnValue As Object
returnValue = instance.ReadValue()
public Object ReadValue()
Return value
Type: System.Object