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 WriteAttribute method writes the current attribute in the TnefReader parameter reader to the output stream owned by this TnefWriter object.
Namespace: Microsoft.Exchange.Data.ContentTypes.Tnef
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub WriteAttribute ( _
reader As TnefReader _
)
'Usage
Dim instance As TnefWriter
Dim reader As TnefReader
instance.WriteAttribute(reader)
public void WriteAttribute(
TnefReader reader
)
Parameters
reader
Type: Microsoft.Exchange.Data.ContentTypes.Tnef.TnefReaderA TnefReader structure positioned on the attribute to write to the output stream owned by this TnefWriter object.