473,471 Members | 1,858 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

How to get Outlook send email form from vb.net?

I need to pop up the send email form from Outlook. I
also need to populate the to field, but obviously the
user will type the message and hit 'SEND'. How can I do
this? I've been through various examples, and they're
all about automating email within vb, I only want to
automate 1/2 the process. Thanks for help.

Eric

Nov 20 '05 #1
2 6095
Well, what do you "not" want to automate.

-CJ
"Eric Peterson" <an*******@discussions.microsoft.com> wrote in message
news:00****************************@phx.gbl...
I need to pop up the send email form from Outlook. I
also need to populate the to field, but obviously the
user will type the message and hit 'SEND'. How can I do
this? I've been through various examples, and they're
all about automating email within vb, I only want to
automate 1/2 the process. Thanks for help.

Eric

Nov 20 '05 #2
Eric,
Have you tried displaying the Outlook.Mailitem after you have created it &
doing your 1/2 of the process?

Something like:

' Using the Outlook 2003 PIA
Imports Outlook = Microsoft.Office.Interop.Outlook

Dim appOutlook As New Outlook.Application
Dim item As Outlook.MailItem =
appOutlook.CreateItem(Outlook.OlITemType.olMailIte m)
item.Subject = "Please finish this message!"
item.Body = "This space needs something meaningful!"
item.Display()

Hope this helps
Jay

"Eric Peterson" <an*******@discussions.microsoft.com> wrote in message
news:00****************************@phx.gbl...
I need to pop up the send email form from Outlook. I
also need to populate the to field, but obviously the
user will type the message and hit 'SEND'. How can I do
this? I've been through various examples, and they're
all about automating email within vb, I only want to
automate 1/2 the process. Thanks for help.

Eric

Nov 20 '05 #3

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

Similar topics

11
by: Google Mike | last post by:
I've got RH9 Linux with default PHP. Is there a way to send email on Linux to an Exchange Server from PHP and/or other tools when there is *NOT* SMTP access? Has anyone figured out a way to...
3
by: Chuck Farah | last post by:
I am unsuccessfullly trying to display an outlook email from a vb web forms (.net) outlook 2002 #1. is it possible to use outlook client email from a web form using the outlook object model...
2
by: sfriedman | last post by:
I was able to successfully link my Outlook Contacts table to an Access Database and create an entry form. Unfortunately the Displayname field which is one of the key fields for how the contact is...
4
by: John | last post by:
Hi Does anyone have a vb.net example of how to use redemption to send mail through outlook? Many Thanks Regards
1
by: Michele | last post by:
Hi, I need to send the same Email to different people. I'm using Outlook XP and VB.Net. I tryed with the following code: Dim oOutL As Outlook.Application Dim oMail As Outlook._MailItem oOutL...
2
by: Siv | last post by:
Hi, I have written an application which is used by sales staff when discussing products with their customers over the phone. It is a database application that holds detailed information about...
1
by: Mr T | last post by:
I know how to send email from Access and I know how to create a custom form in Outlook. but.... How do I put the email info from Access into the Outlook custom form ??? Dim MyDB As Database Dim...
0
by: dreamsoul620 via AccessMonster.com | last post by:
Hi all! I'm trying to set up an email application for my database. I tried linking to my Outlook address book, but when reading from the table, I receive an error message saying I need to restart...
23
by: andyoye | last post by:
How can I launch Outlook on users machines when they click a button on a web form (InfoPath)? Thanks
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
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 project—planning, coding, testing,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.