473,379 Members | 1,283 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,379 software developers and data experts.

Edit and E-Mail Message before sending

When I developed applications in Access, I was able to specify a paramater to
allow the user to manually edit an e-mail message before sending it. I don't
see any way to do that with .Net.

Is there any way to show the message up I intend to send in Outlook, so the
user can make changes if necessary before sending?

Thanks,
Denise
Jul 21 '05 #1
3 1625

"Denise" <De****@discussions.microsoft.com> wrote in message
news:BF**********************************@microsof t.com...
When I developed applications in Access, I was able to specify a paramater
to
allow the user to manually edit an e-mail message before sending it. I
don't
see any way to do that with .Net.

Is there any way to show the message up I intend to send in Outlook, so
the
user can make changes if necessary before sending?


Are you trying to send the email via Outlook or with some other method?
Jul 21 '05 #2
I would like to send the e-mail through Outlook, but I could not figure out
how.

Currently, I'm using EasyMail from QuickSoft, using the following code:

Dim msgObj As New EmailMessage
Dim server As New SMTPServer
Dim smtpObj As New SMTP
msgObj.Recipients.Add(strSendTo, strName, RecipientType.To)
msgObj.From.Email = ...
Dim msgBody As BodyPart = New BodyPart
msgBody.Format = BodyPartFormat.HTML
msgObj.BodyParts.Add(msgBody)
msgBody.Body = ...
server.Name = ...
server.Account = ...
server.Password = ...
server.AuthMode = SMTPAuthMode.AuthLogin
smtpObj.SMTPServers.Add(server)
smtpObj.Send(msgObj)

Denise

"Daniel O'Connell [C# MVP]" wrote:

"Denise" <De****@discussions.microsoft.com> wrote in message
news:BF**********************************@microsof t.com...
When I developed applications in Access, I was able to specify a paramater
to
allow the user to manually edit an e-mail message before sending it. I
don't
see any way to do that with .Net.

Is there any way to show the message up I intend to send in Outlook, so
the
user can make changes if necessary before sending?


Are you trying to send the email via Outlook or with some other method?

Jul 21 '05 #3

"Denise" <De****@discussions.microsoft.com> wrote in message
news:A2**********************************@microsof t.com...
I would like to send the e-mail through Outlook, but I could not figure out
how. You would probably have to use Outlook automation, which is beyond my scope.

Currently, I'm using EasyMail from QuickSoft, using the following code:


In that case I would simply write a winforms editor and use it to allow the
user to edit the message information.
Jul 21 '05 #4

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

Similar topics

10
by: Jim | last post by:
Hi, Let me explain how I'd generally do things. For a page where the user edits data, I'd generally call it something like editfred.php (for example), the page which updates the data would be...
3
by: Schultz | last post by:
is there an easy to follow, source code in one document, article that explains how to create an edit all DataGrid control? and, I have a DataGrid setup where the client enters information for...
4
by: WayneM | last post by:
Is there a Edit and Continue capability in VB.NET yet? I realize it may not be the same as VB6, but I thought there was going to be some form of this? Thanks for any info, WayneM
4
by: wandii | last post by:
Hi, I have a datagrid attached to a dataset. It displays the records fine however, when I edit one of the cells it does not change the edit icon to the pencil icon on the left of the row I just...
9
by: rn5a | last post by:
A Form has a DataGrid which displays records from a SQL Server 2005 DB table. Users can modify the records using this DataGrid for which I am using EditCommandColumn in the DataGrid. This is the...
1
by: SteveT | last post by:
Before I pull out what little hair I have left, I'm swallowing my pride and asking the Oracles of .Net: I'm trying to set a property in a dropdown list control in a FormView, based on a session...
1
by: =?Utf-8?B?RGF2ZQ==?= | last post by:
When I click the "Edit" hyperlink, my DetailsView doesn't enter Edit mode. It will if I set the DefaultMode="Edit". Any thoughts? Thanks. <asp:DetailsView ID="DetailsView1"...
1
by: ollielaroo | last post by:
Hi guys, Firstly I did do a search for this one first but I couldn't find anything related in this forum. I am using Dreamweaver MX and trying to build admin pages for an ASP site. My problem is...
1
by: Anette | last post by:
I found the FAQ: I can't find any "edit" button by my post. The FAQ says "Your ability to edit your posts may also be time-limited, depending on how the administrator has set up the forum." I...
1
by: rogerford | last post by:
I have a grid which i bind with values from Database. I have events to edit and update the grid. I am not using SqlDatasource to connect to DB. Rather i am doing the updating of the grid...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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
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...

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.