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

See also

Reference

TnefPropertyReader structure

TnefPropertyReader members

Microsoft.Exchange.Data.ContentTypes.Tnef namespace