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
- tag
Type: Microsoft.Exchange.Data.ContentTypes.Tnef.TnefAttributeTag
A TnefAttributeTag enumeration value indicating the attribute to write.
- level
Type: Microsoft.Exchange.Data.ContentTypes.Tnef.TnefAttributeLevel
A TnefAttributeLevel enumeration value indicating whether the attribute to be written is for a message or for an attachment.