A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Add-ins for Outlook
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Outlook 2003 favorites



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old May 30th 08, 08:31 AM posted to microsoft.public.outlook.program_addins
mad
external usenet poster
 
Posts: 12
Default Outlook 2003 favorites

Hello!

How can i add a folder to Outlook 2003 favorites?
Ads
  #2  
Old May 30th 08, 02:21 PM posted to microsoft.public.outlook.program_addins
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Outlook 2003 favorites

Call the MAPIFolder.AddToFavorites method.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"mad" wrote in message ...
Hello!

How can i add a folder to Outlook 2003 favorites?

  #3  
Old May 31st 08, 10:30 AM posted to microsoft.public.outlook.program_addins
mad
external usenet poster
 
Posts: 12
Default Outlook 2003 favorites

MAPIFolder.AddToFavorites adds folder to Internet Explorer favorites.

On May 30, 4:21 pm, "Sue Mosher [MVP-Outlook]"
wrote:
Call the MAPIFolder.AddToFavorites method.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54

"mad" wrote in ...
Hello!


How can i add a folder to Outlook 2003 favorites?


  #4  
Old May 31st 08, 01:59 PM posted to microsoft.public.outlook.program_addins
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Outlook 2003 favorites

D'oh. I remember now getting tripped up by that before. Thanks. I think you'll need Outlook 2007 to be able to do what you want programmatically.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"mad" wrote in message ...
MAPIFolder.AddToFavorites adds folder to Internet Explorer favorites.

On May 30, 4:21 pm, "Sue Mosher [MVP-Outlook]"
wrote:
Call the MAPIFolder.AddToFavorites method.

"mad" wrote in ...
Hello!


How can i add a folder to Outlook 2003 favorites?


  #5  
Old June 2nd 08, 07:05 PM posted to microsoft.public.outlook.program_addins
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default Outlook 2003 favorites

MAPIFolder.AddToPFFavorites is what you need.
Works in all versions of Outlook, at least starting with Outlook 2000.

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"Sue Mosher [MVP-Outlook]" wrote in message
...
D'oh. I remember now getting tripped up by that before. Thanks. I think
you'll need Outlook 2007 to be able to do what you want programmatically.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"mad" wrote in message
...
MAPIFolder.AddToFavorites adds folder to Internet Explorer favorites.

On May 30, 4:21 pm, "Sue Mosher [MVP-Outlook]"
wrote:
Call the MAPIFolder.AddToFavorites method.

"mad" wrote in
...
Hello!


How can i add a folder to Outlook 2003 favorites?




  #6  
Old June 2nd 08, 07:11 PM posted to microsoft.public.outlook.program_addins
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Outlook 2003 favorites

That would only work if it's a public folder, though, and does it work for mail folders? There's no generic method for display just any folder under favorites.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Dmitry Streblechenko" wrote in message ...
MAPIFolder.AddToPFFavorites is what you need.
Works in all versions of Outlook, at least starting with Outlook 2000.

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"Sue Mosher [MVP-Outlook]" wrote in message
...
D'oh. I remember now getting tripped up by that before. Thanks. I think
you'll need Outlook 2007 to be able to do what you want programmatically.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"mad" wrote in message
...
MAPIFolder.AddToFavorites adds folder to Internet Explorer favorites.

On May 30, 4:21 pm, "Sue Mosher [MVP-Outlook]"
wrote:
Call the MAPIFolder.AddToFavorites method.

"mad" wrote in
...
Hello!

How can i add a folder to Outlook 2003 favorites?




  #7  
Old June 3rd 08, 07:55 PM posted to microsoft.public.outlook.program_addins
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default Outlook 2003 favorites

Ah, sorry - I guess this really shows that I do not use Favorites (not PF
favorites) at all :-)

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"Sue Mosher [MVP-Outlook]" wrote in message
...
That would only work if it's a public folder, though, and does it work for
mail folders? There's no generic method for display just any folder under
favorites.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Dmitry Streblechenko" wrote in message
...
MAPIFolder.AddToPFFavorites is what you need.
Works in all versions of Outlook, at least starting with Outlook 2000.

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"Sue Mosher [MVP-Outlook]" wrote in message
...
D'oh. I remember now getting tripped up by that before. Thanks. I think
you'll need Outlook 2007 to be able to do what you want programmatically.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"mad" wrote in message
...
MAPIFolder.AddToFavorites adds folder to Internet Explorer favorites.

On May 30, 4:21 pm, "Sue Mosher [MVP-Outlook]"
wrote:
Call the MAPIFolder.AddToFavorites method.

"mad" wrote in
...
Hello!

How can i add a folder to Outlook 2003 favorites?






 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Folders added to "Favorites" disappearing after Outlook 2003 is closedand reopened Mike Freeman Outlook - General Queries 2 June 19th 07 08:30 PM
Is there a way to synchronize favorites between 2 computers? i.e. copy any favorites on computer A but not computer B to computer B and any on computer B but not computer A to computer A? Huck Outlook - Using Contacts 1 September 17th 06 10:54 AM
AOL to Outlook 2003, transfer contacts and favorites, help? Jakfrost Outlook - General Queries 2 September 8th 06 02:06 PM
How do I put IE Favorites in Outlook 2003? syl1985 Outlook - Installation 1 September 5th 06 12:20 PM
Outlook Folders and Favorites 2003 sp2 JGH Outlook - General Queries 3 January 26th 06 07:01 AM


All times are GMT +1. The time now is 08:24 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.