That is interesting. So I could switch of saving item by default and add a button 'Send and Save' which could prompt for a folder, save and then send.
/me googles Matt Joyce Children's Cancer Institute Australia http://www.ccia.org.au > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of [EMAIL PROTECTED] > Sent: Tuesday, 20 April 2004 12:31 AM > To: Exchange Discussions > Subject: RE: Outlook sent messages > > > Found this in Help: Change it for a Save Folder. Just > Remember, there is always a copy in Sent Items and you may to > code for that as well. > > Private Sub myOlApp_ItemSend(ByVal Item As Object, Cancel As Boolean) > Prompt$ = "Are you sure you want to send " & Item.Subject & "?" > If MsgBox(Prompt$, vbYesNo + vbQuestion, "Sample") = vbNo Then > Cancel = True > End If > End Sub > > Regards, Michael > > -----Original Message----- > From: Matthew Joyce [mailto:[EMAIL PROTECTED] > Sent: Sunday, April 18, 2004 10:14 PM > To: Exchange Discussions > Subject: Outlook sent messages > > > > Hi, > > I have been asked if this is possible. > > Staff want to be asked to "save copy y/n" when sending > emails, and if yes, which folder to save to ? > > Is this possible ? > > Matt Joyce > Children's Cancer Institute Australia > http://www.ccia.org.au > > > _________________________________________________________________ > List posting FAQ: http://www.swinc.com/resource/exch_faq.htm > Web Interface: > http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchange&t ext_mode=&lang =english To unsubscribe: mailto:[EMAIL PROTECTED] Exchange List admin: [EMAIL PROTECTED] To unsubscribe via postal mail, please contact us at: Jupitermedia Corp. Attn: Discussion List Management 475 Park Avenue South New York, NY 10016 Please include the email address which you have been contacted with. _________________________________________________________________ List posting FAQ: http://www.swinc.com/resource/exch_faq.htm Web Interface: http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchange&text_mode=& lang=english To unsubscribe: mailto:[EMAIL PROTECTED] Exchange List admin: [EMAIL PROTECTED] To unsubscribe via postal mail, please contact us at: Jupitermedia Corp. Attn: Discussion List Management 475 Park Avenue South New York, NY 10016 Please include the email address which you have been contacted with. _________________________________________________________________ List posting FAQ: http://www.swinc.com/resource/exch_faq.htm Web Interface: http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchange&text_mode=&lang=english To unsubscribe: mailto:[EMAIL PROTECTED] Exchange List admin: [EMAIL PROTECTED] To unsubscribe via postal mail, please contact us at: Jupitermedia Corp. Attn: Discussion List Management 475 Park Avenue South New York, NY 10016 Please include the email address which you have been contacted with.
