Outlook Programing

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Please send me a code to send e-mail automaticaly from outlook
using the address book
 
Hi Sagar,

please take a look at the Objectbrowser (VBA environment, F2), switch
from <All Libraries> to Outlook and search for Application.CreateItem.
Then please press F1 for help and a code snippet. The created Item you
can send with it´s send method (also explained in the VBA help).
 
Hi Michael

Thanx for your help

Michael Bauer said:
Hi Sagar,

please take a look at the Objectbrowser (VBA environment, F2), switch
from <All Libraries> to Outlook and search for Application.CreateItem.
Then please press F1 for help and a code snippet. The created Item you
can send with it´s send method (also explained in the VBA help).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top