Outlook - How select mail item in activeexplorer
Asked By Sera
13-Aug-07 12:38 PM
Hi all,
I am wondering how this is going:
How can I select an e-mail item in my outlook inbox - not open the e-mail
-only select it -and get the scrollbar to it.
The ActiveExplorer.Selection does not work - because it is read only.
Thanks in advance,
Seran
Outlook 2007
(1)
Outlook
(1)
NewMailEx
(1)
ItemAdd
(1)
Reminders
(1)
Seran
(1)
Sven
(1)
Activeexplorer
(1)
Ken Slovak - [MVP - Outlook] replied...
There's no way to do that.
--
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
Sera replied...
Hi Ken,
is there no way to select the new arrived e-mail, and scroll to it -that you
can see it directly?
Thanks in advance,
Sven
Ken Slovak - [MVP - Outlook] replied...
You can't select an item in the UI with code. You can get a handle to any
newly arrived items by handling ItemAdd on the Inbox Items collection or by
handling NewMailEx or NewMail. But that still won't select the item in the
UI. About all you could do is open the item.
--
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
Question on add-in interception with Outlook functionality Outlook Hi, I have written an add-in and it works absolutely fine as expected. After this add-in, it seems there have been some issue while writing an email. The Outlook is getting hung and keep using 50% CPU cycle. We have to kill it from task manager and restart the Outlook each time after this happen. My question is now following: I know that my add after 5-10 minutes he clicked my add-in button. Other noticeable thing is since Outlook 50% busy means it is doing something. My add-in logs everything it does into during this time I do not see any message from my add-in. Thanks, Paresh Outlook Program VBA Discussions Outlook 2007 (1) Outlook (1) Office (1) Word (1) NewMailEx (1) CommandBar (1) WireShark (1) ItemAdd (1
why does the Rule get Un-Checked in Outlook 2003? Outlook so, there is a small Sub CustomMailMessageRule(Item as MailItem) every morning, I have to restarts itself and restarts OL2003 when I come into the office, the rule is unchecked Outlook Program VBA Discussions Outlook 2007 (1) Outlook 2003 (1) ZapHTML (1) VB.NET (1) CustomMailMessageRule (1) NewMailEx (1) BWCoaster (1) VBScript (1) Usually if a rule ends up unchecked it's because there was an error in your Sub. - - Ken Slovak [MVP - Outlook] http: / / www.slovaktech.com Author: Professional Programming Outlook 2007 Reminder Manager, Extended Reminders, Attachment Options
ItemsEvents_ItemAddEventHandler does not always fire on incoming mails Outlook Hi, I use the following code to detect new incoming emails in the inbox: Outlook.MAPIFolder oMapiFolder = this.Application.Session.GetDefaultFolder( Microsoft.Office.Interop.Outlook.OlDefaultFolders.olFolderInbox ); oMapiFolder.Items.ItemAdd + = new Microsoft.Office.Interop.Outlook.ItemsEvents_ItemAddEventHandler( EmailHandler.HandleEmail ); Now i regognized, that the event does not fire sometimes, especially when the inbox is active. Is there a common solution for this issue? Thanks, Thomas Outlook Program Add-Ins Discussions Microsoft.Office.Interop.Outlook.ItemsEvents (1) Visual Basic for Applications (1) Outlook.MAPIFolder (1) RecevedOnBehalfOfEntryID (1) EmailHandler.HandleEmail (1) Outlook 2007 (1) Outlook (1) Office (1) Most
How to create hidden rule in outlook 2007 Outlook Hi all, I am developing outlook plug-in for outlook 2007. I have created programmatic- ally rule and it works fine.This rule can see in it is execution order first? Thanks in advance. - - nitwalke@gmail.com http: / / forums.slipstick.com Outlook Program Add-Ins Discussions Outlook.MAPIFolder (1) Outlook 2007 (1) Outlook (1) Office (1) Rule.Actions.MoveToFolder (1) Inbox.Items
Alert message every hour based on type / number of mail messages Outlook Hi, Is there any outlook setting to check email every hour, but alert me on any high priority messages in mails received and alert me in between if some high priority mail arrived. - - Thanks, Paresh Outlook Program VBA Discussions OlImportance.olImportanceHigh (1) Application.NewMailEx (1) Outlook 2007 (1) Outlook (1) Application.NewMail (1) NewMailEx (1) How would it be possible to know about high priority messages without checking for