Share via


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