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
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