Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.TnefPropertyTagA TnefPropertyTag enumeration value identifying the property to start.