TnefWriter Members
The TnefWriter class produces a TNEF stream by writing attributes and properties.
The following tables list the members exposed by the TnefWriter type.
Public Constructors
| Name | Description | |
|---|---|---|
| TnefWriter | Overloaded. The TnefWriter constructor overloads create new TnefWriter objects. | 
Top
Public Properties
| Name | Description | |
|---|---|---|
| .gif) | MessageCodePage | The MessageCodePage property returns an integer representing the code page used when writing data to the Stream object that this TnefWriter object owns. | 
Top
Public Methods
(see also Protected Methods )
| Name | Description | |
|---|---|---|
| .gif) | Close | The Close method closes this TnefWriter object and the stream that it owns. | 
| .gif) | Equals | Overloaded. (inherited from Object ) | 
| .gif) | Flush | The Flush method flushes any buffered data to the stream that this TnefWriter object owns. | 
| .gif) | GetEmbeddedMessageWriter | Overloaded. The GetEmbeddedMessageWriter method overloads return TnefWriter objects to use for writing embedded messages. | 
| .gif) | GetHashCode | (inherited from Object ) | 
| .gif) | GetRawPropertyValueWriteStream | The GetRawPropertyValueWriteStream method returns a stream that can be used to write raw data to the property value. | 
| .gif) | GetType | (inherited from Object ) | 
| .gif) .gif) | ReferenceEquals | (inherited from Object ) | 
| .gif) | SetMessageCodePage | The SetMessageCodePage method sets the code page used to write to the TNEF stream that this TnefWriter object owns. | 
| .gif) | StartAttribute | The StartAttribute method starts a new attribute in the stream that this TnefWriter object owns. | 
| .gif) | StartProperty | Overloaded. The StartProperty method overloads start properties in the TNEF stream that this TnefWriter object owns. | 
| .gif) | StartPropertyValue | The StartPropertyValue method starts a property value. | 
| .gif) | StartRow | The StartRow method starts a new row in a RecipientTable attribute. | 
| .gif) | ToString | (inherited from Object ) | 
| .gif) | WriteAllProperties | The WriteAllProperties method writes all properties in the TnefPropertyReader parameter reader to the output stream owned by this TnefWriter object. | 
| .gif) | WriteAttribute | The WriteAttribute method writes the current attribute in the TnefReader parameter reader to the output stream owned by this TnefWriter object. | 
| .gif) | WriteAttributeRawValue | The WriteAttributeRawValue method reads a raw value from the byte parameter and writes it to the output stream owned by this TnefWriter object. | 
| .gif) | WriteOemCodePage | The WriteOemCodePage method writes a standard TNEF OemCodePage attribute. | 
| .gif) | WriteProperty | Overloaded. The WriteProperty method overloads write properties to the output stream that this TnefWriter object owns. | 
| .gif) | WritePropertyRawValue | The WritePropertyRawValue method writes a raw property value from a byte array. | 
| .gif) | WritePropertyTextValue | The WritePropertyTextValue method reads a text property value from a character array and writes it to the stream that this TnefWriter object owns. | 
| .gif) | WritePropertyValue | Overloaded. The WritePropertyValue method overloads write properties to the TNEF stream that this TnefWriter object owns. | 
| .gif) | WriteTnefVersion | The WriteTnefVersion method writes the standard preamble TNEF version parameter. | 
Top
Protected Methods
| Name | Description | |
|---|---|---|
| .gif) | Dispose | Releases the unmanaged resources used by the TnefWriter and optionally releases the managed resources. | 
| .gif) | Finalize | (inherited from Object ) | 
| .gif) | MemberwiseClone | (inherited from Object ) | 
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| System.IDisposable.Dispose | Releases all resources used by the TnefWriter. | 
Top