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

Supress saving a message in SENT folder



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old March 10th 06, 04:19 PM posted to microsoft.public.outlook.program_forms
ML
external usenet poster
 
Posts: 30
Default Supress saving a message in SENT folder

My custom form sends the message to a specific user. But I don’t want to
save these messages in the users’ Sent Items folder who will use this custom
form. How can I suppress this option just in this case but not for all send
messages?
Ads
  #2  
Old March 10th 06, 10:26 PM posted to microsoft.public.outlook.program_forms
zkid
external usenet poster
 
Posts: 8
Default Supress saving a message in SENT folder

On your custom form, from within design mode, you should be able to select
the Options button (located on the send toolbar) and uncheck the box for
"Save sent messages to." The sent messages will not be saved at all. This
is the same menu where you assign voting buttons. This will only affect the
custom form, not any other messages the user sends

Hope this helps!



"ML" wrote:

My custom form sends the message to a specific user. But I don’t want to
save these messages in the users’ Sent Items folder who will use this custom
form. How can I suppress this option just in this case but not for all send
messages?

  #3  
Old March 10th 06, 10:39 PM posted to microsoft.public.outlook.program_forms
ML
external usenet poster
 
Posts: 30
Default Supress saving a message in SENT folder

Sorry, I did not make it clear that my custom form is the Appointment form,
not the message. And based on the specific logic, Email should be send when
an appointment is created with the custom form. So, I'm not sure what I can
uncheck to supress saving sent messages.

"zkid" wrote:

On your custom form, from within design mode, you should be able to select
the Options button (located on the send toolbar) and uncheck the box for
"Save sent messages to." The sent messages will not be saved at all. This
is the same menu where you assign voting buttons. This will only affect the
custom form, not any other messages the user sends

Hope this helps!



"ML" wrote:

My custom form sends the message to a specific user. But I don’t want to
save these messages in the users’ Sent Items folder who will use this custom
form. How can I suppress this option just in this case but not for all send
messages?

  #4  
Old March 10th 06, 10:51 PM posted to microsoft.public.outlook.program_forms
zkid
external usenet poster
 
Posts: 8
Default Supress saving a message in SENT folder

Please forguve my ignorance. How exactly are you "sending" the message. Are
you "inviting attendees"?

"zkid" wrote:

On your custom form, from within design mode, you should be able to select
the Options button (located on the send toolbar) and uncheck the box for
"Save sent messages to." The sent messages will not be saved at all. This
is the same menu where you assign voting buttons. This will only affect the
custom form, not any other messages the user sends

Hope this helps!



"ML" wrote:

My custom form sends the message to a specific user. But I don’t want to
save these messages in the users’ Sent Items folder who will use this custom
form. How can I suppress this option just in this case but not for all send
messages?

  #5  
Old March 11th 06, 01:46 PM posted to microsoft.public.outlook.program_forms
ML
external usenet poster
 
Posts: 30
Default Supress saving a message in SENT folder

That's how I send a message from my custom Appointment form:

Const olMailItem = 0
Set myItem = Application.CreateItem(olMailItem)
MyItem.Subject = "Just a test"
MyItem.To = "
MyItem.Send


"zkid" wrote:

Please forguve my ignorance. How exactly are you "sending" the message. Are
you "inviting attendees"?

"zkid" wrote:

On your custom form, from within design mode, you should be able to select
the Options button (located on the send toolbar) and uncheck the box for
"Save sent messages to." The sent messages will not be saved at all. This
is the same menu where you assign voting buttons. This will only affect the
custom form, not any other messages the user sends

Hope this helps!



"ML" wrote:

My custom form sends the message to a specific user. But I don’t want to
save these messages in the users’ Sent Items folder who will use this custom
form. How can I suppress this option just in this case but not for all send
messages?

  #6  
Old May 3rd 06, 02:28 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Supress saving a message in SENT folder

Use this:

MyItem.DeleteAfterSubmit = True
MyItem.Send

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"ML" wrote in message ...
That's how I send a message from my custom Appointment form:

Const olMailItem = 0
Set myItem = Application.CreateItem(olMailItem)
MyItem.Subject = "Just a test"
MyItem.To = "
MyItem.Send

My custom form sends the message to a specific user. But I don’t want to
save these messages in the users’ Sent Items folder who will use this custom
form. How can I suppress this option just in this case but not for all send
messages?

 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
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
Which folder is the message in after search? Gregg Hill Outlook - General Queries 2 March 1st 06 07:50 AM
Suddenly Outlook 2003 stopped saving sent message in sent folder apresto Outlook - Installation 1 February 7th 06 04:57 PM
Message goes to Deleted Items folder instead of Inbox folder needhelp Outlook Express 3 January 17th 06 04:49 PM
New message in Public Folder Leech Outlook and VBA 3 January 16th 06 04:36 PM
Error message when saving appointments syseng06 Outlook - Calandaring 0 January 10th 06 05:42 PM


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


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.