TnefWriter.WriteAllProperties method
The WriteAllProperties method writes all properties in the TnefPropertyReader 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 WriteAllProperties ( _
reader As TnefPropertyReader _
)
'Usage
Dim instance As TnefWriter
Dim reader As TnefPropertyReader
instance.WriteAllProperties(reader)
public void WriteAllProperties(
TnefPropertyReader reader
)
Parameters
reader
Type: Microsoft.Exchange.Data.ContentTypes.Tnef.TnefPropertyReaderA TnefPropertyReader from which to read the properties to write to the output stream owned by this TnefWriter object.