Activities Tab on Outlook 2003

P

PIT

Hi,

i want access activites tab programmatically. I can't find any object
directly to do so.

Therefor i want to use "Menu Bar" to solve this. I have XP pro+VS Net
2003+Office 2003 and use c#.

My code show like this:

Office.CommandBarControl oContactFolderProperty;
Outlook.Explorer expo = appOutlook.ActiveExplorer();
myMenuBar = expo.CommandBars.ActiveMenuBar;
oContactFolderProperty = myMenuBar.Controls["File"];
......

Til work everything fine. But i can't find anything to folow this. I want to
access Menu File->Folder->Property of Contacts ...

How can i access an sub Menu under File and its entries?

any Idea?

Thank and Regards

PIT
 

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