A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Tags: , , , , , ,

Form saving messages in Draft instead of Sent items





 
 
Thread Tools Display Modes
  #1  
Old September 21st 07, 04:08 PM posted to microsoft.public.outlook.program_forms
David Pelizzari
external usenet poster
 
Posts: 5
Default Form saving messages in Draft instead of Sent items

I am trying to change the behavior on a newly created form, for some reason,
it does not save the e-mail after being sent to Sent Items, it is saving them
in the Draft folder. We are developing this form for data transmission
requests, so we need to keep them.
Ads
  #2  
Old September 21st 07, 04:42 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Form saving messages in Draft instead of Sent items

How are you actually using the form? Does the user create messages manually? Or does code create them programmatically? Also on the Options dialog, do you have any setting to save items in a specific folder?

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"David Pelizzari" wrote in message ...
I am trying to change the behavior on a newly created form, for some reason,
it does not save the e-mail after being sent to Sent Items, it is saving them
in the Draft folder. We are developing this form for data transmission
requests, so we need to keep them.

  #3  
Old September 21st 07, 04:54 PM posted to microsoft.public.outlook.program_forms
David Pelizzari
external usenet poster
 
Posts: 5
Default Form saving messages in Draft instead of Sent items

Sorry, the form is just a modified Message form, the user is launching the
form through a macro button, filling in the form, then clicking the Send
button to fire off the e-mail. The mail does go through. I have checked the
message options for where to save, and it is set to Save to Sent items in
form designer. I used the Message Options to get a read receipt successfully
without the user having to choose the option. It's just weird that it puts
it in Draft instead of Sent items. I have launched the form manually as well
(this is all in development) with the same results.

"Sue Mosher [MVP-Outlook]" wrote:

How are you actually using the form? Does the user create messages manually? Or does code create them programmatically? Also on the Options dialog, do you have any setting to save items in a specific folder?

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"David Pelizzari" wrote in message ...
I am trying to change the behavior on a newly created form, for some reason,
it does not save the e-mail after being sent to Sent Items, it is saving them
in the Draft folder. We are developing this form for data transmission
requests, so we need to keep them.


  #4  
Old September 21st 07, 04:58 PM posted to microsoft.public.outlook.program_forms
David Pelizzari
external usenet poster
 
Posts: 5
Default Form saving messages in Draft instead of Sent items

The user will be (still in development) using a macro to launch the form,
which is a modified message form. The user clicks on the standard Send
button when they are done filling in the form. I verified the Options
dialogue, it shows save to Sent folder. I am also getting weird results
using a defined send to address, for some reason, the sent mail shows the
date/time stamp instead of the recipient address. This only seems to happen
when I try to use multiple recipients, once completed, it will be sent to a
shared mailbox, so I assume this will go away.

"Sue Mosher [MVP-Outlook]" wrote:

How are you actually using the form? Does the user create messages manually? Or does code create them programmatically? Also on the Options dialog, do you have any setting to save items in a specific folder?

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"David Pelizzari" wrote in message ...
I am trying to change the behavior on a newly created form, for some reason,
it does not save the e-mail after being sent to Sent Items, it is saving them
in the Draft folder. We are developing this form for data transmission
requests, so we need to keep them.


  #5  
Old September 21st 07, 05:27 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Form saving messages in Draft instead of Sent items

Is there code behind the form? If so, you'll probably want to remove it all and see if you get the same effect. If not, then whittle it down until you pinpoint the code that causes the problem.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"David Pelizzari" wrote in message ...
Sorry, the form is just a modified Message form, the user is launching the
form through a macro button, filling in the form, then clicking the Send
button to fire off the e-mail. The mail does go through. I have checked the
message options for where to save, and it is set to Save to Sent items in
form designer. I used the Message Options to get a read receipt successfully
without the user having to choose the option. It's just weird that it puts
it in Draft instead of Sent items. I have launched the form manually as well
(this is all in development) with the same results.

"Sue Mosher [MVP-Outlook]" wrote:

How are you actually using the form? Does the user create messages manually? Or does code create them programmatically? Also on the Options dialog, do you have any setting to save items in a specific folder?



"David Pelizzari" wrote in message ...
I am trying to change the behavior on a newly created form, for some reason,
it does not save the e-mail after being sent to Sent Items, it is saving them
in the Draft folder. We are developing this form for data transmission
requests, so we need to keep them.


  #6  
Old September 21st 07, 06:46 PM posted to microsoft.public.outlook.program_forms
David Pelizzari
external usenet poster
 
Posts: 5
Default Form saving messages in Draft instead of Sent items

Thank you so much for your help, I will give that a shot, although there is
no code in the background, it's more of a nuisance, I am doing the heavy
lifting on this project, I will be passing this along to others who will be
publishing it for the organization.

"Sue Mosher [MVP-Outlook]" wrote:

Is there code behind the form? If so, you'll probably want to remove it all and see if you get the same effect. If not, then whittle it down until you pinpoint the code that causes the problem.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"David Pelizzari" wrote in message ...
Sorry, the form is just a modified Message form, the user is launching the
form through a macro button, filling in the form, then clicking the Send
button to fire off the e-mail. The mail does go through. I have checked the
message options for where to save, and it is set to Save to Sent items in
form designer. I used the Message Options to get a read receipt successfully
without the user having to choose the option. It's just weird that it puts
it in Draft instead of Sent items. I have launched the form manually as well
(this is all in development) with the same results.

"Sue Mosher [MVP-Outlook]" wrote:

How are you actually using the form? Does the user create messages manually? Or does code create them programmatically? Also on the Options dialog, do you have any setting to save items in a specific folder?



"David Pelizzari" wrote in message ...
I am trying to change the behavior on a newly created form, for some reason,
it does not save the e-mail after being sent to Sent Items, it is saving them
in the Draft folder. We are developing this form for data transmission
requests, so we need to keep them.


  #7  
Old September 21st 07, 07:12 PM posted to microsoft.public.outlook.program_forms
David Pelizzari
external usenet poster
 
Posts: 5
Default Form saving messages in Draft instead of Sent items

Ok, now I see what it is doing, because it takes a couple minutes to fill in
the form, it is automaticaly saving a draft copy. Now that I have tinkered
with it more, I am seeing the sent e-mails. Sorry to trouble you, but is
there a function to clear the draft once the e-mail has been sent? I should
have probably mentioned earlier, this is in Outlook 2003.

"Sue Mosher [MVP-Outlook]" wrote:

Is there code behind the form? If so, you'll probably want to remove it all and see if you get the same effect. If not, then whittle it down until you pinpoint the code that causes the problem.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"David Pelizzari" wrote in message ...
Sorry, the form is just a modified Message form, the user is launching the
form through a macro button, filling in the form, then clicking the Send
button to fire off the e-mail. The mail does go through. I have checked the
message options for where to save, and it is set to Save to Sent items in
form designer. I used the Message Options to get a read receipt successfully
without the user having to choose the option. It's just weird that it puts
it in Draft instead of Sent items. I have launched the form manually as well
(this is all in development) with the same results.

"Sue Mosher [MVP-Outlook]" wrote:

How are you actually using the form? Does the user create messages manually? Or does code create them programmatically? Also on the Options dialog, do you have any setting to save items in a specific folder?



"David Pelizzari" wrote in message ...
I am trying to change the behavior on a newly created form, for some reason,
it does not save the e-mail after being sent to Sent Items, it is saving them
in the Draft folder. We are developing this form for data transmission
requests, so we need to keep them.


  #8  
Old September 21st 07, 07:32 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Form saving messages in Draft instead of Sent items

The draft shouldn't be there after the original has been sent. Sending moves the draft from the Drafts folder to the Outbox, ready to be delivered.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"David Pelizzari" wrote in message ...
Ok, now I see what it is doing, because it takes a couple minutes to fill in
the form, it is automaticaly saving a draft copy. Now that I have tinkered
with it more, I am seeing the sent e-mails. Sorry to trouble you, but is
there a function to clear the draft once the e-mail has been sent? I should
have probably mentioned earlier, this is in Outlook 2003.

"Sue Mosher [MVP-Outlook]" wrote:

Is there code behind the form? If so, you'll probably want to remove it all and see if you get the same effect. If not, then whittle it down until you pinpoint the code that causes the problem.

"David Pelizzari" wrote in message ...
Sorry, the form is just a modified Message form, the user is launching the
form through a macro button, filling in the form, then clicking the Send
button to fire off the e-mail. The mail does go through. I have checked the
message options for where to save, and it is set to Save to Sent items in
form designer. I used the Message Options to get a read receipt successfully
without the user having to choose the option. It's just weird that it puts
it in Draft instead of Sent items. I have launched the form manually as well
(this is all in development) with the same results.

"Sue Mosher [MVP-Outlook]" wrote:

How are you actually using the form? Does the user create messages manually? Or does code create them programmatically? Also on the Options dialog, do you have any setting to save items in a specific folder?



"David Pelizzari" wrote in message ...
I am trying to change the behavior on a newly created form, for some reason,
it does not save the e-mail after being sent to Sent Items, it is saving them
in the Draft folder. We are developing this form for data transmission
requests, so we need to keep them.


 




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Review of code to send all draft messages ... M100C Outlook and VBA 2 September 13th 07 06:36 PM
Outlook Express Crashes when saving to draft folder, error mismn.e JB Outlook Express 1 February 19th 07 01:48 AM
saving draft confirmation T Outlook Express 6 January 11th 07 01:06 AM
Outlook Express 6 - Draft Email Icons on Desktop - Unable to use in draft form hiten16@gmail.com Outlook Express 1 October 13th 06 12:58 PM
Reading mails from Sent items, Deleted items, Draft folder of outlook from VB6.0 Viswanathan Outlook - General Queries 8 May 26th 06 05:31 PM


All times are GMT +1. The time now is 08:37 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2008 Outlook Banter, part of the NewsgroupBanter project.
The comments are property of their posters.
Mobile Phones - Advertising - Debt Consolidation Loans - Online Loans - Debt Help