TnefWriter.WritePropertyValue Method (String)
The WritePropertyValue method writes a string to a property value and then ends it.
Namespace:  Microsoft.Exchange.Data.ContentTypes.Tnef
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub WritePropertyValue ( _
    value As String _
)
'Usage
Dim instance As TnefWriter
Dim value As String
instance.WritePropertyValue(value)
public void WritePropertyValue(
    string value
)
Parameters
- value
Type: System.String
A string containing a value to write.