Contact Database icluded attachment file field

  • Thread starter Thread starter mafaq abdul-razak
  • Start date Start date
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
 
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.
 
Back
Top