Help!

Email Drag and Drop Event in outlook

 
  

Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Programming VBA RSS
Next:  How to set CC @ Outlook Redemption  
Author Message
Elanchezhian.R
External


Since: Oct 10, 2006
Posts: 10



PostPosted: Wed Nov 08, 2006 8:56 am    Post subject: Email Drag and Drop Event in outlook
Archived from groups: microsoft>public>outlook>program_vba (more info?)

Hi,

Is it possible to Track the Email Drag and Drop event in outlook using VBA
code or VSTO.

Thanks in Advance for the help
--
Software Engineer
L&T Infotech
India
Back to top
Ken Slovak - [MVP - Outlo
External


Since: Oct 17, 2003
Posts: 3355



PostPosted: Wed Nov 08, 2006 1:14 pm    Post subject: Re: Email Drag and Drop Event in outlook [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

There is no event for drag and drop. You'd have to trap ItemAdd or
ItemRemove in a folder's Items collection, and ItemRemove doesn't tell you
what was removed.

Outlook 2007 has a Folder.BeforeItemMove event that could probably be used
but you'd still have to handle that event for every folder.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"Elanchezhian.R" <ElanchezhianR.RemoveThis@discussions.microsoft.com> wrote in message
news:AD3DE301-9A69-489D-A87F-E2679B8F1C36@microsoft.com...
> Hi,
>
> Is it possible to Track the Email Drag and Drop event in outlook using VBA
> code or VSTO.
>
> Thanks in Advance for the help
> --
> Software Engineer
> L&T Infotech
> India
Back to top
Elanchezhian.R
External


Since: Oct 10, 2006
Posts: 10



PostPosted: Wed Nov 08, 2006 1:14 pm    Post subject: Re: Email Drag and Drop Event in outlook [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi Ken,

Is it possible to Create Sharepoint Document library Folders in Outlook
2007. Because we have requirement like, Emails can be easily drag and drop to
Sharepoint Documents Library folders.

If possible Can you suggest me the possible ways to do that.

Thanks and Regards
Elanchezhian.R
--
Software Engineer
L&T Infotech
India


"Ken Slovak - [MVP - Outlook]" wrote:

> There is no event for drag and drop. You'd have to trap ItemAdd or
> ItemRemove in a folder's Items collection, and ItemRemove doesn't tell you
> what was removed.
>
> Outlook 2007 has a Folder.BeforeItemMove event that could probably be used
> but you'd still have to handle that event for every folder.
>
> --
> Ken Slovak
> [MVP - Outlook]
> http://www.slovaktech.com
> Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
> Reminder Manager, Extended Reminders, Attachment Options
> http://www.slovaktech.com/products.htm
>
>
> "Elanchezhian.R" <ElanchezhianR.RemoveThis@discussions.microsoft.com> wrote in message
> news:AD3DE301-9A69-489D-A87F-E2679B8F1C36@microsoft.com...
> > Hi,
> >
> > Is it possible to Track the Email Drag and Drop event in outlook using VBA
> > code or VSTO.
> >
> > Thanks in Advance for the help
> > --
> > Software Engineer
> > L&T Infotech
> > India
>
>
Back to top
Ken Slovak - [MVP - Outlo
External


Since: Oct 17, 2003
Posts: 3355



PostPosted: Wed Nov 08, 2006 2:57 pm    Post subject: Re: Email Drag and Drop Event in outlook [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I haven't done much with SharePoint and Outlook 2007, I'd suggest posting
this in a general Outlook group or a SharePoint group to see what they say
as that's not a programming question.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"Elanchezhian.R" <ElanchezhianR DeleteThis @discussions.microsoft.com> wrote in message
news:1A6D4F2F-2197-42CF-809B-CEFAEF161BC5@microsoft.com...
> Hi Ken,
>
> Is it possible to Create Sharepoint Document library Folders in Outlook
> 2007. Because we have requirement like, Emails can be easily drag and drop
> to
> Sharepoint Documents Library folders.
>
> If possible Can you suggest me the possible ways to do that.
>
> Thanks and Regards
> Elanchezhian.R
> --
> Software Engineer
> L&T Infotech
> India
Back to top
Elanchezhian.R
External


Since: Oct 10, 2006
Posts: 10



PostPosted: Wed Nov 08, 2006 2:57 pm    Post subject: Re: Email Drag and Drop Event in outlook [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks you very much for the reply.

Thanks and Regards
Elanchezhian.R

Software Engineer
L&T Infotech
India


"Ken Slovak - [MVP - Outlook]" wrote:

> I haven't done much with SharePoint and Outlook 2007, I'd suggest posting
> this in a general Outlook group or a SharePoint group to see what they say
> as that's not a programming question.
>
> --
> Ken Slovak
> [MVP - Outlook]
> http://www.slovaktech.com
> Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
> Reminder Manager, Extended Reminders, Attachment Options
> http://www.slovaktech.com/products.htm
>
>
> "Elanchezhian.R" <ElanchezhianR.RemoveThis@discussions.microsoft.com> wrote in message
> news:1A6D4F2F-2197-42CF-809B-CEFAEF161BC5@microsoft.com...
> > Hi Ken,
> >
> > Is it possible to Create Sharepoint Document library Folders in Outlook
> > 2007. Because we have requirement like, Emails can be easily drag and drop
> > to
> > Sharepoint Documents Library folders.
> >
> > If possible Can you suggest me the possible ways to do that.
> >
> > Thanks and Regards
> > Elanchezhian.R
> > --
> > Software Engineer
> > L&T Infotech
> > India
>
>
Back to top
JIK
External


Since: Jul 24, 2009
Posts: 1



PostPosted: Fri Jul 24, 2009 3:25 am    Post subject: RE: Email Drag and Drop Event in outlook [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Elanchezhian,

Are you still an active user here?

I found an article it seems you wrote regarding email drag and drop to
SharePoint...
Wondering if you may share the code?

Jon


"Elanchezhian.R" wrote:

> Hi,
>
> Is it possible to Track the Email Drag and Drop event in outlook using VBA
> code or VSTO.
>
> Thanks in Advance for the help
> --
> Software Engineer
> L&T Infotech
> India
Back to top
Display posts from previous:   
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Programming VBA All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
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