Thread: Send e-mail
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Andrea Andrea is offline
external usenet poster
 
Posts: 14
Default Send e-mail

Hi all,
I've created a macro which on button press (button is on an Excel file) send
an e-mail via Outlook (sender, recipient, and attached file are constant).
In order to send I use Application.Dialogs(xlDialogSendMail).Show.
Now I would that this e-mail doesn't appear on send-mail-folder of Outlook.
Is this possible?
Exist a better method migliore in order to send and don't write on
send-mail-folder?
Or, it's possible to send, and in a second step delete this e-mail from
send-mail-folder?
Thanks in advance
JFM