Hunny Software Library Reference

QuotedPrintableDecoder.Start Method 

Starts a multiple-buffer decode operation.

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

Remarks

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

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

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

See Also

QuotedPrintableDecoder Class | Hunny.Mime Namespace