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 | |
---|---|---|
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 | |
---|---|---|
Close | The Close method closes this TnefWriter object and the stream that it owns. | |
Equals | Overloaded. (inherited from Object ) | |
Flush | The Flush method flushes any buffered data to the stream that this TnefWriter object owns. | |
GetEmbeddedMessageWriter | Overloaded. The GetEmbeddedMessageWriter method overloads return TnefWriter objects to use for writing embedded messages. | |
GetHashCode | (inherited from Object ) | |
GetRawPropertyValueWriteStream | The GetRawPropertyValueWriteStream method returns a stream that can be used to write raw data to the property value. | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
SetMessageCodePage | The SetMessageCodePage method sets the code page used to write to the TNEF stream that this TnefWriter object owns. | |
StartAttribute | The StartAttribute method starts a new attribute in the stream that this TnefWriter object owns. | |
StartProperty | Overloaded. The StartProperty method overloads start properties in the TNEF stream that this TnefWriter object owns. | |
StartPropertyValue | The StartPropertyValue method starts a property value. | |
StartRow | The StartRow method starts a new row in a RecipientTable attribute. | |
ToString | (inherited from Object ) | |
WriteAllProperties | The WriteAllProperties method writes all properties in the TnefPropertyReader parameter reader to the output stream owned by this TnefWriter object. | |
WriteAttribute | The WriteAttribute method writes the current attribute in the TnefReader parameter reader to the output stream owned by this TnefWriter object. | |
WriteAttributeRawValue | The WriteAttributeRawValue method reads a raw value from the byte parameter and writes it to the output stream owned by this TnefWriter object. | |
WriteOemCodePage | The WriteOemCodePage method writes a standard TNEF OemCodePage attribute. | |
WriteProperty | Overloaded. The WriteProperty method overloads write properties to the output stream that this TnefWriter object owns. | |
WritePropertyRawValue | The WritePropertyRawValue method writes a raw property value from a byte array. | |
WritePropertyTextValue | The WritePropertyTextValue method reads a text property value from a character array and writes it to the stream that this TnefWriter object owns. | |
WritePropertyValue | Overloaded. The WritePropertyValue method overloads write properties to the TNEF stream that this TnefWriter object owns. | |
WriteTnefVersion | The WriteTnefVersion method writes the standard preamble TNEF version parameter. |
Top
Protected Methods
Name | Description | |
---|---|---|
Dispose | Releases the unmanaged resources used by the TnefWriter and optionally releases the managed resources. | |
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
System.IDisposable.Dispose | Releases all resources used by the TnefWriter. |
Top