ou2007 custom form icon change on event

S

Sue Mosher [MVP-Outlook]

Use a form region instead of a legacy custom form.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
G

Guest

I've used notes & notel icon, but when the state change from unread to read
state, the icon will not change.

When I try the custom form from designer, the icon change correctly.

Why?

I've tried also
HKLM\software\microsoft\office\outlook\FormRegions\IPM.Note.ABC\ABC REG_SZ
c:\ABC.xml

<?xml version="1.0"?>
<FormRegion
xmlns="http://schemas.microsoft.com/office/outlook/12/formregion.xsd">
<icons>
<default>C:\Program Files (x86)\Microsoft
Office\Office12\FORMS\1040\notes.ico</default>
<unread>C:\Program Files (x86)\Microsoft
Office\Office12\FORMS\1040\notes.ico</unread>
<read>C:\Program Files (x86)\Microsoft
Office\Office12\FORMS\1040\appts.ico</read> // used this icon to test if
change
</icons>
</FormRegion>

But nothing :-(
 
S

Sue Mosher [MVP-Outlook]

I'm confused. Are you saying that you have changed from a custom form to using a form region?
When I try the custom form from designer, the icon change correctly.

I don't know what you mean by "when I try."

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
G

Guest

I've an idea restart from zero the post, I try to explain better.

Start customizing from IPM.Note form. When I test custom form in outlook
designer (in italian version is "esegui modulo" in english I think is
something like "execute form"), the icon is the standard, close when unread
and open after reading it.

I publish the custom form, select it from personal module, send mail the
icon is closed on unread and closed after read the message.

PS: this weekend I search my school english book, and re-read it ;-)
 
S

Sue Mosher [MVP-Outlook]

What you are describing is the normal behavior of a published custom form. You can't change that. Your test does not involve a published form; it uses a one-off form, which has a different behavior.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top