![]() |
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. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
I was hoping to embed the Outlook folder heirarchy on a form in my addin.
this would be the same hierarchy that is available using Me.Application.GetNamespace("MAPI").PickFolder. Is available natively or will I need to build my own? Thanks, Craig Buchanan |
Ads |
#2
|
|||
|
|||
![]()
If you don't want to use PickFolder then you would have to construct the
folder tree from scratch. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "Craig Buchanan" wrote in message ... I was hoping to embed the Outlook folder heirarchy on a form in my addin. this would be the same hierarchy that is available using Me.Application.GetNamespace("MAPI").PickFolder. Is available natively or will I need to build my own? Thanks, Craig Buchanan |
#3
|
|||
|
|||
![]()
That's what I figured, thanks.
Do you know where I can find the icons that would match the ones in Outlook's folder hierarchy. I did a search for ICO files on my machine, but they weren't the same. I suppose the icons are embedded resources in Outlook's EXE file that can't be easily extracted. "Ken Slovak - [MVP - Outlook]" wrote in message ... If you don't want to use PickFolder then you would have to construct the folder tree from scratch. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "Craig Buchanan" wrote in message ... I was hoping to embed the Outlook folder heirarchy on a form in my addin. this would be the same hierarchy that is available using Me.Application.GetNamespace("MAPI").PickFolder . Is available natively or will I need to build my own? Thanks, Craig Buchanan |
#4
|
|||
|
|||
![]()
Correct, the icons are embedded, some in outllib.dll and some in
outlook.exe. You would have to extract them to be able to use them. Some icon programs can extract embedded icon resources from dll's and exe's. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "Craig Buchanan" wrote in message ... That's what I figured, thanks. Do you know where I can find the icons that would match the ones in Outlook's folder hierarchy. I did a search for ICO files on my machine, but they weren't the same. I suppose the icons are embedded resources in Outlook's EXE file that can't be easily extracted. |
#5
|
|||
|
|||
![]()
They definitely are in Outlook.exe. IconCool Studio worked well to extract
them. outllib.dll doesn't appear to contain any. outllibr.dll in the \1033 folder contains an enormous number, however. Thanks again. "Ken Slovak - [MVP - Outlook]" wrote in message ... Correct, the icons are embedded, some in outllib.dll and some in outlook.exe. You would have to extract them to be able to use them. Some icon programs can extract embedded icon resources from dll's and exe's. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "Craig Buchanan" wrote in message ... That's what I figured, thanks. Do you know where I can find the icons that would match the ones in Outlook's folder hierarchy. I did a search for ICO files on my machine, but they weren't the same. I suppose the icons are embedded resources in Outlook's EXE file that can't be easily extracted. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Copying/Moving/Saving an Embedded/Attached Message to a Mail Folder | B | Outlook and VBA | 1 | August 21st 07 07:46 PM |
Using Outlook as a browser | paulo | Outlook - Installation | 2 | June 5th 07 03:48 PM |
Opening browser within outlook | RK | Add-ins for Outlook | 1 | January 26th 07 12:53 AM |
Make OUTLOOK use only my default browser [not OE] | jonny dee | Outlook - General Queries | 5 | January 6th 07 08:16 PM |
Outlook Save as a Browser??? | racerdog | Outlook - General Queries | 5 | August 19th 06 03:46 PM |