MimeWriter.WriteParameter method
The WriteParameter overloads write parameters to the current header in the stream that this MimeWriter object owns.
Overload list
Name | Description | |
---|---|---|
WriteParameter(MimeParameterReader) | The WriteParameter method writes a parameter to the current header in the stream that this MimeWriter object owns. | |
WriteParameter(String, String) | The WriteParameter method writes a parameter to the current header in the stream that this MimeWriter object owns. |
Top