I would like to disable (grey) the "import & export" function in Outlook
2003 using Group Policy. Is it possible, if YES, how?
PS - http://office.microsoft.com/en-us/ork2003/HA011402401033.aspx is pretty
good except for the vba code that digs out the menu id #s for Outlook. It
needs to be modified to:
Sub EnumerateControls()
Dim icbc As Integer
Dim cbcs As CommandBarControls
Set cbcs = Application.ActiveExplorer.CommandBars("Menu
Bar").Controls("File").Controls
For icbc = 1 To cbcs.Count
MsgBox cbcs(icbc).Caption & " = " & cbcs(icbc).ID
Next icbc
End Sub
"Peter Jensen" <pete...@removemeOfir.dk> wrote in message
news:evusLQkv...@TK2MSFTNGP03.phx.gbl...
"neo [mvp outlook]" <n...@discussions.microsoft.com> skrev i meddelelsen
news:%23DFxxKl...@TK2MSFTNGP05.phx.gbl...