D
Diplodok
Hi all. I use VBA macro for autoresponding to customer registration.
It works as well, but I want to send those autoresponers by specified
e-mail account, not by default one. It is possible, when I use custom
form and ItemAdd method. However, that method is not good for me,
because Outlook 2003 add attachment winmail.dat to all messages I
send.
So, question is:
1. How to send messages using CreateItem(olMailItem) method by non
default e-mail.account?
2. OR how to prevent adding attachment winmail.dat to message, when
using custom form
Than you
Andrey Kuzmin
It works as well, but I want to send those autoresponers by specified
e-mail account, not by default one. It is possible, when I use custom
form and ItemAdd method. However, that method is not good for me,
because Outlook 2003 add attachment winmail.dat to all messages I
send.
So, question is:
1. How to send messages using CreateItem(olMailItem) method by non
default e-mail.account?
2. OR how to prevent adding attachment winmail.dat to message, when
using custom form
Than you
Andrey Kuzmin