MimeWriter Methods

Public Methods

(see also Protected Methods )

  Name Description
Aa566039.pubmethod(en-us,EXCHG.80).gif Close
The Close method closes the stream to which this MimeWriter object writes.
Aa566039.pubmethod(en-us,EXCHG.80).gif Dispose Overloaded.
Releases the resources used by the MimeWriter.
Aa566039.pubmethod(en-us,EXCHG.80).gif EndContent
The EndContent method closes the stream to which this MimeWriter writes.
Aa566039.pubmethod(en-us,EXCHG.80).gif EndGroup
The EndGroup method ends the current group so that other recipients will be added outside of the current group.
Aa566039.pubmethod(en-us,EXCHG.80).gif EndPart
The EndPart method ends the current part.
Aa566039.pubmethod(en-us,EXCHG.80).gif Equals  Overloaded. (inherited from Object )
Aa566039.pubmethod(en-us,EXCHG.80).gif Flush
The Flush method flushes the data in this Flush object to the underlying stream.
Aa566039.pubmethod(en-us,EXCHG.80).gif GetContentWriteStream
The GetContentWriteStream method returns a stream to which you can write the content of the current part using the current value of Content-Transfer-Encoding header.
Aa566039.pubmethod(en-us,EXCHG.80).gif GetEmbeddedMessageWriter
The GetEmbeddedMessageWriter method returns a MimeWriter object that can be used to write an embedded message.
Aa566039.pubmethod(en-us,EXCHG.80).gif GetHashCode  (inherited from Object )
Aa566039.pubmethod(en-us,EXCHG.80).gif GetRawContentWriteStream
The GetRawContentWriteStream method returns a stream to which you can write content to the current part without applying a content transfer encoding.
Aa566039.pubmethod(en-us,EXCHG.80).gif GetType  (inherited from Object )
Aa566039.pubmethod(en-us,EXCHG.80).gifAa566039.static(en-us,EXCHG.80).gif ReferenceEquals  (inherited from Object )
Aa566039.pubmethod(en-us,EXCHG.80).gif StartGroup
The StartGroup method starts an e-mail group.
Aa566039.pubmethod(en-us,EXCHG.80).gif StartHeader Overloaded.
The StartHeader overloads mark the beginning of a header.
Aa566039.pubmethod(en-us,EXCHG.80).gif StartPart
The StartPart method begins a new MIME part.
Aa566039.pubmethod(en-us,EXCHG.80).gif ToString  (inherited from Object )
Aa566039.pubmethod(en-us,EXCHG.80).gif WriteAddress
The WriteAddress method writes an address from the MimeAddressReader specified by the reader parameter.
Aa566039.pubmethod(en-us,EXCHG.80).gif WriteContent Overloaded.
The WriteContent overloads write MIME content to the stream MimeWriter owns.
Aa566039.pubmethod(en-us,EXCHG.80).gif WriteHeader Overloaded.
The WriteHeader overloads write headers to the stream that this MimeWriter object owns.
Aa566039.pubmethod(en-us,EXCHG.80).gif WriteHeaderValue Overloaded.
The WriteHeaderValue overloads write header values to this MimeWriter object owns.
Aa566039.pubmethod(en-us,EXCHG.80).gif WriteParameter Overloaded.
The WriteParameter overloads write parameters to the current header in the stream that this MimeWriter object owns.
Aa566039.pubmethod(en-us,EXCHG.80).gif WritePart
The WritePart method writes a part to the stream that this MimeWriter object owns.
Aa566039.pubmethod(en-us,EXCHG.80).gif WriteRawContent Overloaded.
The WriteRawContent overloads write content to the stream that this MimeWriter object owns but does not apply an encoding to the content as it is written.
Aa566039.pubmethod(en-us,EXCHG.80).gif WriteRecipient
The WriteRecipient method writes a recipient to the stream that this MimeWriter object owns.

Protected Methods

  Name Description
Aa566039.protmethod(en-us,EXCHG.80).gif Dispose Overloaded.  
Aa566039.protmethod(en-us,EXCHG.80).gif Finalize  (inherited from Object )
Aa566039.protmethod(en-us,EXCHG.80).gif MemberwiseClone  (inherited from Object )