DotNetOpenMail 0.5.7 (beta)

IEncoder.Encode Method (StringReader, StringWriter, Encoding)

Encode from the stringreader to the stringwriter.

[Visual Basic]
Sub Encode( _ 
   ByVal source As StringReader, _ 
   ByVal destination As StringWriter, _ 
   ByVal charset As Encoding _ 
)
[C#]
void Encode(
   StringReader source,
   StringWriter destination,
   Encoding charset
);
[C++]
void Encode(
   StringReader* source,
   StringWriter* destination,
   Encoding* charset
);
[JScript]
function Encode(
   StringReader source,
   StringWriter destination,
   Encoding charset
);

Parameters

source
an open stringreader to the source string
destination
where the output is written
charset
the outgoing charset

See Also

IEncoder Interface | DotNetOpenMail.Encoding Namespace | IEncoder.Encode Overload List