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