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