Contact Database icluded attachment file field

M

mafaq abdul-razak

Hello
Is it possible to develop a plug-in tools for OUTLOOK to allow the user
to open or drug a contact mail database by excel which included
attachment file field.
OUTLOOK after getting that database stat automaticaly sending mail with
attachment and using BCC or CC or To box .

My best regards

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
 
M

Michael Bauer

Hi Mafaq,

do you want OL pulling data from Excel? Yes, that is possible.

You could use the object browser of each VBA environment (OL and Excel)
for your first samples.

- OL: Switch from <All Libraries> to <Outlook> and search the
"CreateItem" method. Press then F1 for help and examples.

- Excel: Analog to OL and look for "Workbooks.Open" and the Range
object.
 

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

Top