Share via


TnefWriter.WriteProperty Method (TnefPropertyTag, Boolean)

The WriteProperty method writes a property identified by the tag parameter with the Boolean value specified by the value parameter.

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

Syntax

'Declaration
Public Sub WriteProperty ( _
    tag As TnefPropertyTag, _
    value As Boolean _
)
'Usage
Dim instance As TnefWriter
Dim tag As TnefPropertyTag
Dim value As Boolean

instance.WriteProperty(tag, value)
public void WriteProperty(
    TnefPropertyTag tag,
    bool value
)

Parameters

  • value
    Type: System.Boolean
    The Boolean value to write to this property value.