Share via


TnefWriter.WritePropertyValue method (Boolean)

The WritePropertyValue method writes a Boolean property value to the stream that this TnefWriter object owns.

Namespace:  Microsoft.Exchange.Data.ContentTypes.Tnef
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Sub WritePropertyValue ( _
    value As Boolean _
)
'Usage
Dim instance As TnefWriter
Dim value As Boolean

instance.WritePropertyValue(value)
public void WritePropertyValue(
    bool value
)

Parameters

See also

Reference

TnefWriter class

TnefWriter members

WritePropertyValue overload

Microsoft.Exchange.Data.ContentTypes.Tnef namespace