TnefPropertyReader.ReadValueAsString Method
The ReadValueAsString method reads the current property value and returns it as a string.
Namespace: Microsoft.Exchange.Data.ContentTypes.Tnef
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Function ReadValueAsString As String
'Usage
Dim instance As TnefPropertyReader
Dim returnValue As String
returnValue = instance.ReadValueAsString()
public string ReadValueAsString()
Return Value
Type: System.String