![]() |
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. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
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 |