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
- tag
Type: Microsoft.Exchange.Data.ContentTypes.Tnef.TnefPropertyTag
A TnefPropertyTag enumeration value identifying the property to start.