S
Stanley
This is probably an Outlook question, but maybe someone can help be out here.
(I am using VBA to sent e-mails from a Access program).
I create an e-mail object MyMail.
I then set an attachment:
MyMail.Attachments.Add filename, olByValue, 1, "My Name"
My problem is my e-mail is identified by filename, not "My Name"
Also, another question I have is that the attachment shows as an icon. What
can I do to have the attachment box of the e-mail show in the e-mail heading
with the attachment showing there?
Thanks,
Stan
(I am using VBA to sent e-mails from a Access program).
I create an e-mail object MyMail.
I then set an attachment:
MyMail.Attachments.Add filename, olByValue, 1, "My Name"
My problem is my e-mail is identified by filename, not "My Name"
Also, another question I have is that the attachment shows as an icon. What
can I do to have the attachment box of the e-mail show in the e-mail heading
with the attachment showing there?
Thanks,
Stan