• Subject: Re: FaceID Button Icons and PR_ICON_INDEX MAPI Icons Interchangeable ?
  • Author: Ken Slovak - [MVP - Outlook]
  • Date: 10 Apr 2008
  • References: 1
Inspectors in Outlook 2007 certainly do use the Ribbon. The indexes for PR_ICON_INDEX are hard coded and you couldn't just use FaceID images. You'd have to extract the images or create your own, they must be in certain formats for the large and small icons. Look at the ones used by Outlook now in the \Program Files\Microsoft Office\Office12\Forms\1033 folder. Office12 is for Outlook 2007, substitute if you are using a different version, 1033 is for US English. There are pairs of large and small icons there. Large are 16x16 and small are 32x32, both in ICO format. If you set PR_ICON_INDEX to -1 you can then use the external ICO files. But to do that you need a custom form with a custom MessageClass and the form design for that form (must be published) has the content files for the images in the FormDescription for the custom form in the Icon and MiniIcon properties. Those string properties have the file names of the large and small icons to use for that MessageClass.
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
"Jim Denmark" <jamescdenmark@yahoo.co.uk> wrote in message news:728677B4-14C6-4299-8BD3-13EA21A8BAE6@microsoft.com...
> Within outlook there are hundreds of programmatically chooseable button > Icons - the FaceID property can be anywhere between 0000 and 4000 (or > more). > > In Outlook, for individual messages/items, there are maybe 40 MAPI icons > which can be chosen using the MAPI property PR_ICON_INDEX. > > Is there any way of using the FaceID icons for individual Outlook items ? > > I've tried CopyFace and saving the clipboard to a .bmp file, but this is > really poor, as only a very basic version (16 colours) of the FaceID > button icon is copied to the clipboard. Other Office 2007 apps do not > provide this feature anyway as they have the ribbon. > > Also, I can't seem to stop the icons of Word,.pdf and other docs from > becoming blurred after dropping into the Outlook folder - any way round > this ? > > Many thanks for any help you may be able to provide. > > Jim >
10 Apr 2008FaceID Button Icons and PR_ICON_INDEX MAPI Icons Interchangeable ?.Jim Denmark
10 Apr 2008\ Re: FaceID Button Icons and PR_ICON_INDEX MAPI Icons Interchangeable ?.Ken Slovak - [MVP - O...
All times are in (US) Eastern Daylight Time (GMT -4:00)