TnefPropertyReader.ReadValue method
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