TnefWriter.WritePropertyValue Method (Object)
The WritePropertyValue method writes and object as 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 Object _
)
'Usage
Dim instance As TnefWriter
Dim value As Object
instance.WritePropertyValue(value)
public void WritePropertyValue(
Object value
)
Parameters
- value
Type: System.Object
An object to write.