|
|
| Next: How do you access the IPM_SUBTREE folder in Outlo.. |
| Author |
Message |
banato External

Since: Apr 15, 2009 Posts: 2
|
Posted: Wed Apr 15, 2009 6:01 am Post subject: Outlook 2003/2007 and New Mail Desktop Alerts Archived from groups: microsoft>public>outlook>program_addins (more info?) |
|
|
|
| Hello,
Can I programmatically enable/disable display New Mail Desktop
Alerts ?
Thank you.
|
|
|
| Back to top |
|
 |
banato External

Since: Apr 15, 2009 Posts: 2
|
Posted: Thu Apr 16, 2009 6:16 am Post subject: Re: Outlook 2003/2007 and New Mail Desktop Alerts [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
Thank you, Ken.
Please could you tell what registry key is responsible for it? I could
change it when installation run.
On 16 Сав, 15:46, "Ken Slovak - [MVP - Outlook]" <kenslo....RemoveThis@mvps.org>
wrote:
> There's nothing in the object model for it, and the registry setting is
> cached after being read at startup, so changing that will only work before
> Outlook is running. You'd have to intercept that window opening up at a
> Win32 API level and cancel the window opening.
>
> --
> 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
>
> <ban....RemoveThis@yandex.ru> wrote in message
>
> news:d485fe4d-504c-4630-85e1-3546e01f9c50@37g2000yqp.googlegroups.com...
>
> > Hello,
>
> > Can I programmatically enable/disable display New Mail Desktop
> > Alerts ?
>
> > Thank you. |
|
| Back to top |
|
 |
Ken Slovak - [MVP - Outlo External

Since: Oct 17, 2003 Posts: 3377
|
Posted: Thu Apr 16, 2009 8:46 am Post subject: Re: Outlook 2003/2007 and New Mail Desktop Alerts [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
There's nothing in the object model for it, and the registry setting is
cached after being read at startup, so changing that will only work before
Outlook is running. You'd have to intercept that window opening up at a
Win32 API level and cancel the window opening.
--
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
<banato RemoveThis @yandex.ru> wrote in message
news:d485fe4d-504c-4630-85e1-3546e01f9c50@37g2000yqp.googlegroups.com...
> Hello,
>
> Can I programmatically enable/disable display New Mail Desktop
> Alerts ?
>
> Thank you.
> |
|
| Back to top |
|
 |
Ken Slovak - [MVP - Outlo External

Since: Oct 17, 2003 Posts: 3377
|
Posted: Thu Apr 16, 2009 5:04 pm Post subject: Re: Outlook 2003/2007 and New Mail Desktop Alerts [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
It's a DWORD at
HKCU\Software\Microsoft\Office\11.0\Outlook\Preferences\NewmailDesktopAlerts.
Set it to 0 to not show the alert, to 1 to show it.
That's for Outlook 2003. For Outlook 2007 the "11.0" would be "12.0", etc.
--
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
<banato.RemoveThis@yandex.ru> wrote in message
news:ae1c3a5e-d785-4a9d-af63-a353ed96245c@y9g2000yqg.googlegroups.com...
Thank you, Ken.
Please could you tell what registry key is responsible for it? I could
change it when installation run. |
|
| Back to top |
|
 |
Ban External

Since: Apr 17, 2009 Posts: 1
|
Posted: Fri Apr 17, 2009 2:01 am Post subject: Re: Outlook 2003/2007 and New Mail Desktop Alerts [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
Thank you very much!!
> It's a DWORD at
> HKCU\Software\Microsoft\Office\11.0\Outlook\Preferences\NewmailDesktopAlerts.
> Set it to 0 to not show the alert, to 1 to show it.
>
> That's for Outlook 2003. For Outlook 2007 the "11.0" would be "12.0", etc. |
|
| Back to top |
|
 |
|
|
|
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
| |
|
|