andrewvanbeck
Programmer
Hello all,
I am writing a program to create .eml files, basically because of a bug in our system preventing emails being sent from Microsoft Access. I am manually building a .eml file, then I'm opening it in outlook for sending. Now my problem is attachments, I have all the code working to make the .eml file and include an attachment but attachments are encoded in .eml file, using Base 64.
My problem is converting my original attachment into Base 64 encoding. Is there a way I can set the 'Content-Transfer-Encoding' to no encoding, or do any of you know how Base 64 encodes the attachment.
Hope any of you can help.
Andrew.
I am writing a program to create .eml files, basically because of a bug in our system preventing emails being sent from Microsoft Access. I am manually building a .eml file, then I'm opening it in outlook for sending. Now my problem is attachments, I have all the code working to make the .eml file and include an attachment but attachments are encoded in .eml file, using Base 64.
My problem is converting my original attachment into Base 64 encoding. Is there a way I can set the 'Content-Transfer-Encoding' to no encoding, or do any of you know how Base 64 encodes the attachment.
Hope any of you can help.
Andrew.