List of Calender Fields for VBA (Outlook 2007)

  • Thread starter Thread starter LA Lawyer
  • Start date Start date
L

LA Lawyer

I want to create new calendar (appointment) items from outside programs
(mostly Word 2007 and Access 2007).

I know how to open Outlook, create the new appointment record and then how
to save and close the new record.

Now, I need to have a list of the fields so that I can match up my Code to
the Outlook names for those fields.

Is there a place that I can get a list, usable in VBA of the different names
of the fields?
 
Use the Outlook VBA Object Browser for that. It would have the methods,
properties and events available for that version of Outlook for every
possible Outlook 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

Back
Top