.NET Components
Chilkat .NET Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character Encoding Conversion

Back to CharsetConvert Class Summary

CharsetConvert::SaveLast

If true, the component will save the input and output data for the last conversion, which can then be retrieved in quoted-printable format.

  Declarations  
    [Visual Basic]
Public Property SaveLast As Boolean

[C#]
public bool SaveLast {get; set;}

[C++]
public: __property bool get_SaveLast();
public: __property void set_SaveLast(bool);

[JScript]
public function get SaveLast() : Boolean;
public function set SaveLast(Boolean);
 

Copyright 2002, Chilkat Software, Inc. All Rights Reserved.