Base64 method will encode file specified in InFile parameter and store it to file specified
in OutFile parameter. BASE64
encoding will be used. If result file exists, it will be
overwritten.
Resulting data is text-only file that can be safely
transported over internet.
No headers are defined or added to current message
object. If you want to add attachment, you should use
Message.Attach
method instead.