Hi,
I have a piece of code which sends e-mails using a third party e-mail sending component.
When the e-mails are delivered, the HTML which should be appearing in the body of the e-mail is also being added as an attachment with the filename ATT00001.
I suspect the attachment is being created by the receiving e-mail server (which in this case is Exchange 2007).
My question is - does anybody know why this is happening? I suspect some sort of character set problem, but I'm not really sure.
Any help would be appreciated!