473,399 Members | 3,832 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 software developers and data experts.

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

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
Nov 21 '05 #1
9 1151
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
Nov 21 '05 #2
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" <no************@planet.nl> wrote in message
news:uD**************@TK2MSFTNGP12.phx.gbl...
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

Nov 21 '05 #3
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.
Nov 21 '05 #4
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
Nov 21 '05 #5
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" <no************@planet.nl> wrote in message
news:e6**************@tk2msftngp13.phx.gbl...
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

Nov 21 '05 #6
I'd be interested to know if you find a solution to this problem, too.

Cheers,

Mike
Nov 21 '05 #7
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:O5**************@tk2msftngp13.phx.gbl...
I'd be interested to know if you find a solution to this problem, too.

Cheers,

Mike

Nov 21 '05 #8
"Jim Florence" <fl************@hotmail.com> wrote in message
news:42***********************@news.dial.pipex.com ...
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
Nov 21 '05 #9
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:Op**************@TK2MSFTNGP14.phx.gbl...
"Jim Florence" <fl************@hotmail.com> wrote in message
news:42***********************@news.dial.pipex.com ...
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

Nov 21 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: chausan | last post by:
Update ++++++ All attchment scanned with norton anti-virus w/ yahoo mail service and they all reported infected with virus Worm.Automat.AHB. ======================================== From:...
4
by: MLH | last post by:
I would like to configure OutLook Express so that it does not attempt to resend eMails in the Outbox folder whenever new sends are made From Access. The ISP's server rejects some eMail address...
2
by: Ronny Sigo | last post by:
Hello all, I a struggling for a few days now to find a way to send automated mail. I succeeded except that MS Outlook always gives me those 2 stupid warnings that 1) a "program tries to get...
5
by: Randy Harris | last post by:
I'm using the CreateObject method to send email from Access. Set objOutlook = CreateObject("Outlook.Application") This, of course, launches Outlook to send the message. Anyone know if there...
3
by: dale zhang | last post by:
Hi, I write an asp.net web application. It has a “Contact Us” page, where users fill in their email, subject and text and hit send. Then the email will go to my hard coded yahoo email...
42
by: scorpion53061 | last post by:
Is there a registry setting that I can read in vb.net for windows platforms that will give me the default mail server for the computer (e.g. mail.charter.net)
11
by: Dennis | last post by:
I am using the following code that I got from this newsgroup to start a user's default e-mail editor and it works ok. However, I would like to attach a file to the editor (like using word as...
1
by: Bob | last post by:
Vs2005 - Framework2. Just to let all of you know. I have found that I can not use an application to send e-mails using the system,net.mail namespace while Outlook express is opened on the same...
2
by: =?Utf-8?B?NWV1cm9wZWFuY3Vwcw==?= | last post by:
just picked up a new laptop and want to use my main email account on this machine + my desktop. I use outlook express on the desktop and wondered whether it was possible to view my main email...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development projectplanning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.