TnefWriter.WriteProperty method
The WriteProperty method overloads write properties to the output stream that this TnefWriter object owns.
Overload list
Name | Description | |
---|---|---|
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. | |
WriteProperty(TnefPropertyTag, Boolean) | The WriteProperty method writes a property identified by the tag parameter with the Boolean value specified by the value parameter. | |
WriteProperty(TnefPropertyTag, []) | The WriteProperty method writes a property identified by the tag parameter with the raw value specified by the value parameter. | |
WriteProperty(TnefPropertyTag, DateTime) | The WriteProperty method writes a property identified by the tag parameter with the DateTime value specified by the value parameter. | |
WriteProperty(TnefPropertyTag, Double) | The WriteProperty method writes a property identified by the tag parameter with the double value specified by the value parameter. | |
WriteProperty(TnefPropertyTag, Guid) | The WriteProperty method writes a property identified by the tag parameter with the GUID value specified by the value parameter. | |
WriteProperty(TnefPropertyTag, Int16) | The WriteProperty method writes a property identified by the tag parameter with the short integer value specified by the value parameter. | |
WriteProperty(TnefPropertyTag, Int32) | The WriteProperty method writes a property identified by the tag parameter with the integer value specified by the value parameter. | |
WriteProperty(TnefPropertyTag, Int64) | The WriteProperty method writes a property identified by the tag parameter with the long integer value specified by the value parameter. | |
WriteProperty(TnefPropertyTag, Stream) | The WriteProperty method writes a property identified by the tag parameter with the value contained in the value parameter. | |
WriteProperty(TnefPropertyTag, TextReader) | The WriteProperty method writes a property identified by the tag parameter with the value contained in the value parameter. | |
WriteProperty(TnefPropertyTag, Object) | The WriteProperty method writes a property identified by the tag parameter with the value specified by the value parameter. | |
WriteProperty(TnefPropertyTag, Single) | The WriteProperty method writes a property identified by the tag parameter with the floating point value specified by the value parameter. | |
WriteProperty(TnefPropertyTag, String) | The WriteProperty method writes a property identified by the tag parameter with the value specified by the value parameter. | |
WriteProperty(TnefPropertyTag, Guid, Stream) | The WriteProperty method writes an object property. |
Top