Share via


TnefWriter.StartAttribute Method

The StartAttribute method starts a new attribute in 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 StartAttribute ( _
    tag As TnefAttributeTag, _
    level As TnefAttributeLevel _
)
'Usage
Dim instance As TnefWriter
Dim tag As TnefAttributeTag
Dim level As TnefAttributeLevel

instance.StartAttribute(tag, level)
public void StartAttribute(
    TnefAttributeTag tag,
    TnefAttributeLevel level
)

Parameters