Hunny Software Library Reference

QuotedPrintableEncoder.Start Method 

Starts a multiple-buffer encode operation.

[Visual Basic]
Public Sub Start()
[C#]
public void Start();

Remarks

If you use the low-level interface for multiple-buffer encoding, you must call Start() to begin the encode operation. You may use a QuotedPrintableEncoder instance for many encode operations, but you must call Start() to begin each operation.

For more information on using the low-level interface, see the overview section for QuotedPrintableEncoder.

You do not need to call this method if you use the Encode() method for encoding.

See Also

QuotedPrintableEncoder Class | Hunny.Mime Namespace