Outlook 2000 "My Shortcuts" question

  • Thread starter Thread starter John Erickson
  • Start date Start date
Status
Not open for further replies.
J

John Erickson

If my addin is working with Outlook 2000, I'm creating a new folder under the

IPM root. Is there a way to programaticly cause that folder to appear in the

"My Folders" tab? I can have the user manually add it, but I would prefer to

add it for them. I'm not seeing a way to do that though. Is the "My Folders"

list kept in the registry somewhere or in the store or is there an Outlook

namespace call I can make to enum and add new entries? Is that list

maintained in one of the Control collections that I could add to?

John
 
Sorry I meant "My Shortcuts" not "My Folders"

"John Erickson" wrote:


> If my addin is working with Outlook 2000, I'm creating a new folder under the
> IPM root. Is there a way to programaticly cause that folder to appear in the
> "My Folders" tab? I can have the user manually add it, but I would prefer to
> add it for them. I'm not seeing a way to do that though. Is the "My Folders"
> list kept in the registry somewhere or in the store or is there an Outlook
> namespace call I can make to enum and add new entries? Is that list
> maintained in one of the Control collections that I could add to?

> John
 
Get the OutlookBarGroup.Shortcuts collection and use the Add() method of the

Shorcuts collection.

The example in the Object Browser for Shortcuts.Add() shows how to get there

using code.

"John Erickson" <JohnErickson> wrote in message

news:29E1B531-C1EA-4A7D-BD48-82071CD71CA7@microsoft.com...
> Sorry I meant "My Shortcuts" not "My Folders"

> "John Erickson" wrote:
>
> > If my addin is working with Outlook 2000, I'm creating a new folder under
> > the
> > IPM root. Is there a way to programaticly cause that folder to appear in
> > the
> > "My Folders" tab? I can have the user manually add it, but I would prefer
> > to
> > add it for them. I'm not seeing a way to do that though. Is the "My
> > Folders"
> > list kept in the registry somewhere or in the store or is there an
> > Outlook
> > namespace call I can make to enum and add new entries? Is that list
> > maintained in one of the Control collections that I could add to?
>

>> John
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
M which Outlook recommended to buy for moving Outlook 2000 versions Contact Data Using Outlook 2
B Outlook 2000 Rule to Move txt msg Not Working if size >24KB Using Outlook 3
D Outlook 2000 slow Using Outlook 2
T How can I eradicate Outlook 2000+ Using Outlook 6
T passwords in outlook 2000(in XP Virtual PC mode) under Windows 7 Professional Using Outlook 6
P Printing problems with MS Outlook 2000 Using Outlook 1
B strange change in Outlook 2000 forms Outlook VBA and Custom Forms 1
J Outlook 2000 Message stuck in Outbox Outlook VBA and Custom Forms 6
S Choosing different reply template in Outlook 2000 Outlook VBA and Custom Forms 1
R IConverterSession::MAPIToMIMEStm error in outlook 2000 Outlook VBA and Custom Forms 3
R IConverterSession::MIMEToMAPI error in outlook 2000 Outlook VBA and Custom Forms 1
S Rule not running in Outlook Classic unless... Using Outlook 4
J column with actual email address in Outlook Classic Using Outlook 2
S Not receving all email since converting from Outlook 2007 to Outlook Classic Using Outlook 3
Rupert Dragwater Outlook 365 taking too long to synchronize each time email is being checked Using Outlook 17
Hornblower409 Outlook VBA Code Example - Unified inbox in Outlook Classic Outlook VBA and Custom Forms 5
J Need replacement for iTunes to locally (USB) sync. iPhone 17 to Classic Outlook 2024 Using Outlook 4
Thomas Fast Best way to manage incoming customer emails automatically in Outlook? Using Outlook 1
I Outlook 2024 Windows 11 Gmail - sudden log in problems Using Outlook 13
S Outlook Classic on 2024 Using Outlook 10
L Fresh Install of Windows 11, saved previous image, how to retrieve Outlook Contacts Using Outlook 10
C Can't Use Custom Contact form in Outlook Classic since early January 2026 Outlook VBA and Custom Forms 7
e_a_g_l_e_p_i Need help updating email in Outlook 2021 Using Outlook 10
V Outlook spam filter misbehaving Using Outlook 9
L what are the downsides of running both classic and new outlook on same win 11 pc? Using Outlook 2
P Preventing permanent deletions in Outlook on the Web Using Outlook 0
L any trick to embedding images in new outlook and outlook on the web contacts? Using Outlook 4
L new outlook contacts searching Using Outlook 5
R Outlook 2010 Outlook 2010 migration question Using Outlook 2
W New Outlook PEOPLE blank Using Outlook 6
C New Outlook issues with Gmail, particularly labels/folders Using Outlook 3
E What is the next workaround for macro in New Outlook 1.2025.1111.100 Outlook VBA and Custom Forms 3
E Need to digitally sign macro but VBA\Outlook crash Outlook VBA and Custom Forms 4
P Outlook 2003 no longer opens "without" Folder List Showing in Navigation Pane Using Outlook 2
Hornblower409 Outlook 2010 - Never ending update Using Outlook 0
V Outlook created new profile? Using Outlook 1
J Outlook inbox question Using Outlook 4
T How to Add AT&T Contacts to Outlook 365 Using Outlook 5
F Outlook 2021 outlook on iPhone Using Outlook 1
F Outlook 2021 Outlook on iPhone asks for password Using Outlook 0
P ics calendar entries suddenly open up new Outlook Using Outlook 3
P Outlook "forgets" password until system rebooted Using Outlook 2
N Why does Outlook keeping adding to the email address I have in my notes portion of a contact? Using Outlook 2
M Anyone integrated AI website builders with Outlook for automated client communications? Using Outlook 4
V Gmail in Outlook Using Outlook 2
T Where has the Copilot icon gone in my Outlook desktop client? Using Outlook 10
P New way by Microsoft to get people to use the new Outlook Using Outlook 4
C How to keep emails in account in Outlook after closing the IMAP account Using Outlook 1
cymumtaz IMAP calendars in New Outlook Using Outlook 5
T Constantly Have To Log In To Outlook On The Web Using Outlook.com accounts in Outlook 2

Similar threads

Back
Top