G
gamorgan
I am having trouble with mail attachments when executing
mail.send(message).
The mail attachment is fine if it is an RTF, but as soon as i use JPEG
or Doc then i get the error of Cannot access CDO Message Object.
I have tried adding Header
(message.headers.add("Content-Transfer-Encoding", "base64") and also
when attaching the file i use message.attachments.add(New
MailAttachment(path, mailencoding.base64), as per looking through
similar problems on the web.
any help appreciated.
mail.send(message).
The mail attachment is fine if it is an RTF, but as soon as i use JPEG
or Doc then i get the error of Cannot access CDO Message Object.
I have tried adding Header
(message.headers.add("Content-Transfer-Encoding", "base64") and also
when attaching the file i use message.attachments.add(New
MailAttachment(path, mailencoding.base64), as per looking through
similar problems on the web.
any help appreciated.