Share via


TnefWriter.StartProperty Method (TnefPropertyTag)

The StartProperty method starts the property specified by the tag parameter in the TNEF 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 StartProperty ( _
    tag As TnefPropertyTag _
)
'Usage
Dim instance As TnefWriter
Dim tag As TnefPropertyTag

instance.StartProperty(tag)
public void StartProperty(
    TnefPropertyTag tag
)

Parameters