<-- Previous || Up || Next -->

MIME Encode Function
Codes Ciphers Class

Public Function MIMEEncode( _
      ByRef vstrIn As String _
    , ByRef rstrOut As String _
    ) As Boolean

Encode a block of text using the MIME specification.

See the MIMESample Subroutine for an example of how to use this function.
See also:
    MIMEDecode Function
    MIMESample Subroutine
    UUDecode Function
vstrIn: String containing the plaintext that is to be encoded according to the MIME specification.
rstrOut: String in which the MIME encoded text will be placed.
Return value: Function returns True upon success and False upon failure.
v2.0 Addition: This function is new to this version of Entisoft Tools.

Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.