List of Access VBA to Outlook objTask Keywords

  • Thread starter Thread starter Tony Ciconte
  • Start date Start date
T

Tony Ciconte

Where can I find a complete list of the keywords (e.g., .Body,
..Subject, .DueDate, etc.) that are used with VBA to work with the
Outlook objTask collection? Better yet, is there a list of all the
Outlook keywords?

I am trying to add a task from my Access application and assign that
task to a specific UserID attached to a specific person.

Any help would be greatly appreciated.

TC
 
Where can I find a complete list of the keywords (e.g., .Body,
.Subject, .DueDate, etc.) that are used with VBA to work with the
Outlook objTask collection? Better yet, is there a list of all the
Outlook keywords?

I am trying to add a task from my Access application and assign that
task to a specific UserID attached to a specific person.

Any help would be greatly appreciated.

TC

Open Outlook (You may want to close Outlook and re-open it to get a
fresh view;)
Press <Alt><F11> simultaneously or at the same time, which ever comes
first;
Press <F2>;

Voila!

Browse;
Search for TaskItem or anything else you want;

Want more? Right Click! Select "Show Hidden Members" (Not a good way
of expressing this, IMO;)

This works for other Office applications.

This Object Model is current for the Version of Outlook you are using.
 
Back
Top