I've downloaded a lot of VB samples showing how to send emails and email attachments using the winsock control. The problem I have is that for encoding attachments of a reasonable size using Base64 seems to be extremely slow. What can I do to speed up the encoding process? Are there faster alternatives to using the winsock control?