PC Review


Reply
Thread Tools Rate Thread

Dragging a mail from Outlook/Outlook Express in to a .NET VB app

 
 
Jim Florence
Guest
Posts: n/a
 
      13th Mar 2005
Hello,

I've just started to look seriousl at VB and .Net.

I have written a calendar app and am trying to find the best way to drag and
drop messages from Outlook/Outlook Express ditrectly in to the calendar.Not
looking for specifics really just the best way of dragging the message and
any attachments in to a VB form really.

I've seen a couple of posts on this but nothing definitive.Any pointers
gratefully recieved

Regards

Jim Florence


 
Reply With Quote
 
 
 
 
Cor Ligthert
Guest
Posts: n/a
 
      13th Mar 2005
Jim,

On those pages (and click in the links on the first page there are a lot of
samples) is this very good described.

clipboard
http://msdn.microsoft.com/library/de...ardSupport.asp


sample drag and drop
http://msdn.microsoft.com/library/de...mpdragdrop.asp


Clipboardclass
http://msdn.microsoft.com/library/de...classtopic.asp

I hope this helps a little bit?

Cor


 
Reply With Quote
 
Jim Florence
Guest
Posts: n/a
 
      13th Mar 2005
Cor,

Many thanks for the quick reply. I've looked at one of these but the Outlook
side of things seems to work differently. I'll have a proper read through
all these articles.

Your help is much appreciated

Regards

Jim


"Cor Ligthert" <(E-Mail Removed)> wrote in message
news:uDaU3b$(E-Mail Removed)...
> Jim,
>
> On those pages (and click in the links on the first page there are a lot
> of samples) is this very good described.
>
> clipboard
> http://msdn.microsoft.com/library/de...ardSupport.asp
>
>
> sample drag and drop
> http://msdn.microsoft.com/library/de...mpdragdrop.asp
>
>
> Clipboardclass
> http://msdn.microsoft.com/library/de...classtopic.asp
>
> I hope this helps a little bit?
>
> Cor
>
>



 
Reply With Quote
 
=?Utf-8?B?Q3JvdWNoaWUxOTk4?=
Guest
Posts: n/a
 
      14th Mar 2005
Cor,

How would using the clipboard help resolve this issue? Are you thinking in
terms of using it for the attachments.

Jim,

In your original post you wrote about Outlook Express. As far as I am aware
you aren't able to do it because nothing is exposed, but in Outlook you have
the object model.
 
Reply With Quote
 
Cor Ligthert
Guest
Posts: n/a
 
      14th Mar 2005
Crouchie,

I have sent the links because this part of the message.

>Not looking for specifics really just the best way of dragging the message
>and
>any attachments in to a VB form really.


>I've seen a couple of posts on this but nothing definitive.Any pointers
>gratefully recieved


In those links are methods that describe the different objects that can be
placed on and from the clipboard and how to drag.

That was the reason for the message, at least it tells that there are
different structures (structures meant not in the sence of VBNet) that can
be moved.

Cor


 
Reply With Quote
 
Jim Florence
Guest
Posts: n/a
 
      14th Mar 2005
Guys,

Thanks for the interest.

Nope this doesn't seem to quite cover it but many thanks for the rreply.
I've seen a few post on this but nothing seems to quite get there

Any pointers gratefully revieved.

Regards

Jim

I've seen a few posts
"Cor Ligthert" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Crouchie,
>
> I have sent the links because this part of the message.
>
>>Not looking for specifics really just the best way of dragging the message
>>and
>>any attachments in to a VB form really.

>
>>I've seen a couple of posts on this but nothing definitive.Any pointers
>>gratefully recieved

>
> In those links are methods that describe the different objects that can be
> placed on and from the clipboard and how to drag.
>
> That was the reason for the message, at least it tells that there are
> different structures (structures meant not in the sence of VBNet) that can
> be moved.
>
> Cor
>



 
Reply With Quote
 
Mike [MCP VB]
Guest
Posts: n/a
 
      16th Mar 2005
I'd be interested to know if you find a solution to this problem, too.

Cheers,

Mike


 
Reply With Quote
 
Jim Florence
Guest
Posts: n/a
 
      16th Mar 2005
Mike,

Anything I find I'll post back here, you start off with something that
sounds simple and......................... :0)

Regards

Jim


"Mike [MCP VB]" <www.evolvedsoftwarestudios.com> wrote in message
news:(E-Mail Removed)...
> I'd be interested to know if you find a solution to this problem, too.
>
> Cheers,
>
> Mike
>



 
Reply With Quote
 
Mike [MCP VB]
Guest
Posts: n/a
 
      18th Mar 2005
"Jim Florence" <(E-Mail Removed)> wrote in message
news:4238b9d1$0$12808$(E-Mail Removed)...
> Mike,
>
> Anything I find I'll post back here, you start off with something that
> sounds simple and......................... :0)


Sounds simple from Outlook, but as Crouchie1998 says, OE doesn't have an
object model...

Still be interested to hear though. Perhaps a solution involving the display
of a temp directory window within your application, would allow OE to drag
and drop its load into the window (since it thinks it is simply doing a save
as file to this directory), and from there - streaming the data of the file
from the disk....

Mike


 
Reply With Quote
 
Jim Florence
Guest
Posts: n/a
 
      11th Apr 2005
Guys,

Sorry for not getting back but I've been mid changing jobs.

I've come accross the following

http://tinyurl.com/6ttvx (hope this works if not I'll paste up the full
google groups URL)

If I stuck to just full Outlook has anyone any example code of dragging a
message, text and attachments, to a form

Many thanks for all the help so far

Jim


"Mike [MCP VB]" <www.evolvedsoftwarestudios.com> wrote in message
news:(E-Mail Removed)...
> "Jim Florence" <(E-Mail Removed)> wrote in message
> news:4238b9d1$0$12808$(E-Mail Removed)...
>> Mike,
>>
>> Anything I find I'll post back here, you start off with something that
>> sounds simple and......................... :0)

>
> Sounds simple from Outlook, but as Crouchie1998 says, OE doesn't have an
> object model...
>
> Still be interested to hear though. Perhaps a solution involving the
> display of a temp directory window within your application, would allow OE
> to drag and drop its load into the window (since it thinks it is simply
> doing a save as file to this directory), and from there - streaming the
> data of the file from the disk....
>
> Mike
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Attachments not accessible to Outlook Express clients receiving mail from Outlook 2007 Ian Marsh Microsoft Outlook 3 8th Oct 2008 02:27 PM
Re: getting archived mail from outlook to windows mail via outlook express PA Bear [MS MVP] Microsoft Outlook Discussion 1 24th Sep 2008 06:29 PM
Unable to import outlook express 5.5 mail to outlook express 6.0 Peter Wensink Windows XP Internet Explorer 1 29th Oct 2005 01:01 PM
Outlook Express wont download pop3 mail on specific PC - Calling Outlook Express experts. Dave Smithz Microsoft Outlook 6 27th Aug 2004 05:31 PM
recv's mail in outlook express but has outlook setup for mail jim vales Microsoft Outlook 4 19th Dec 2003 12:11 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:07 PM.