![]() |
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
|
|||
|
|||
![]()
Is it a way to monitor drag and drop folder?
|
#2
|
|||
|
|||
![]()
Am 21 Sep 2006 15:37:20 -0700 schrieb jsturma:
You can monitor the FolderAdd and FolderRemove events. -- Viele Gruesse / Best regards Michael Bauer - MVP Outlook -- www.VBOffice.net -- Is it a way to monitor drag and drop folder? |
#3
|
|||
|
|||
![]()
Hi,
FolderAdd and FolderRemove works fine for an unique folder like inbox....etc. I'm looking on a way to monitor drag and drop from any where to one folder. Rgds Jean |
#4
|
|||
|
|||
![]()
Am 22 Sep 2006 06:41:10 -0700 schrieb jsturma:
Do you mean dragging items in a folder? Actually there´s no event in OL for d&d neither for folders nor for items. What I could think of would be to subclass the mouse events: If the mouse is being moved while the left button is pressed then you could store which item(s) is/are selected in which folder. If you then get an ItemAdd event in any folder then that would almost indicate the d&d operation. But only almost because there´s still one problem: Before the ItemAdd raises you have to let go of the left mouse button - and that state usually means: no d&d operation. Maybe that could be solved with a timer: If an ItemAdd occurs within x ms after you let go of the mouse then consider it a d&d. -- Viele Gruesse / Best regards Michael Bauer - MVP Outlook -- www.VBOffice.net -- Hi, FolderAdd and FolderRemove works fine for an unique folder like inbox....etc. I'm looking on a way to monitor drag and drop from any where to one folder. Rgds Jean |
#5
|
|||
|
|||
![]()
I want to monitor only folder move. Mouse events could be a solution
for it, i'm thinking on using CommandBar event OnUpdate combined with MouseUp. I'll try to go forward on that road. Best, Jean |
#6
|
|||
|
|||
![]()
Extended MAPI: use the fnevObjectMoved notification from IMsgStore.
plugRedemption exposes that event as RDOStore.OnFolderMoved/FolderMovedEx events (http://www.dimastr.com/redemption/rdo/rdostore.htm#events)/plug Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "jsturma" wrote in message ps.com... I want to monitor only folder move. Mouse events could be a solution for it, i'm thinking on using CommandBar event OnUpdate combined with MouseUp. I'll try to go forward on that road. Best, Jean |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Drag and drop apointments in Outlook 2007 | Lars | Outlook - Calandaring | 0 | August 29th 06 10:45 AM |
very slow when I drag and drop emails to a folder | Challenged 1 | Outlook - General Queries | 3 | March 18th 06 04:46 AM |
Drag and drop emails in Outlook 2003 | Tiffany | Outlook - General Queries | 1 | March 10th 06 11:27 PM |
How do I drag and drop a name from Word to Outlook? | sleepyhollowkaren | Outlook - Using Contacts | 0 | February 27th 06 07:02 PM |
Cant drag and drop attachments using Outlook 2000 | Matt Barr | Outlook - General Queries | 1 | January 17th 06 11:08 PM |