MimeWriter.WriteParameter Method
Include Protected Members
Include Inherited Members
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