Share via


TnefWriter.WriteProperty Method

Include Protected Members
Include Inherited Members

The WriteProperty method overloads write properties to the output stream that this TnefWriter object owns.

Overload List

  Name Description
Public method WriteProperty(TnefPropertyReader) The WriteProperty method reads the current property from the TnefPropertyReader parameter propertyReader and writes it to the output stream that this TnefWriter object owns.
Public method WriteProperty(TnefPropertyTag, Boolean) The WriteProperty method writes a property identified by the tag parameter with the Boolean value specified by the value parameter.
Public method WriteProperty(TnefPropertyTag, []) The WriteProperty method writes a property identified by the tag parameter with the raw value specified by the value parameter.
Public method WriteProperty(TnefPropertyTag, DateTime) The WriteProperty method writes a property identified by the tag parameter with the DateTime value specified by the value parameter.
Public method WriteProperty(TnefPropertyTag, Double) The WriteProperty method writes a property identified by the tag parameter with the double value specified by the value parameter.
Public method WriteProperty(TnefPropertyTag, Guid) The WriteProperty method writes a property identified by the tag parameter with the GUID value specified by the value parameter.
Public method WriteProperty(TnefPropertyTag, Int16) The WriteProperty method writes a property identified by the tag parameter with the short integer value specified by the value parameter.
Public method WriteProperty(TnefPropertyTag, Int32) The WriteProperty method writes a property identified by the tag parameter with the integer value specified by the value parameter.
Public method WriteProperty(TnefPropertyTag, Int64) The WriteProperty method writes a property identified by the tag parameter with the long integer value specified by the value parameter.
Public method WriteProperty(TnefPropertyTag, Stream) The WriteProperty method writes a property identified by the tag parameter with the value contained in the value parameter.
Public method WriteProperty(TnefPropertyTag, TextReader) The WriteProperty method writes a property identified by the tag parameter with the value contained in the value parameter.
Public method WriteProperty(TnefPropertyTag, Object) The WriteProperty method writes a property identified by the tag parameter with the value specified by the value parameter.
Public method WriteProperty(TnefPropertyTag, Single) The WriteProperty method writes a property identified by the tag parameter with the floating point value specified by the value parameter.
Public method WriteProperty(TnefPropertyTag, String) The WriteProperty method writes a property identified by the tag parameter with the value specified by the value parameter.
Public method WriteProperty(TnefPropertyTag, Guid, Stream) The WriteProperty method writes an object property.

Top