![]() |
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
|
|||
|
|||
![]()
Thanks Sue. I am testing the code with a new email address. However, I have
one problem, I cannot remove the old email address within the BCC field. I did not input the email address in the field below "Set the initial value of this field to:" I manually entered it within the BCC field itself by editing the field. Now when I try and remove the email address, it won't go away. Even if I delete the BCC field and create a new one, the old address re-populates. I went into Advanced Properties to remove it, but nothing works. What am I doing wrong? "Sue Mosher [MVP-Outlook]" wrote: Put code in the Item_Forward event handler to set the Bcc property of the new forward message to the desired address: Function Item_Forward(ByVal ForwardItem) ForwardItem.Bcc = " End Function -- 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 "teenzbutler" wrote in message ... Thanks for you reply. No, I did not set the initial value to this field. Instead, I edited the field an manually inputted the email address. The reason why I did it this way was because, when I checked the "Set the initial value of this field to:" box, the users were unable to send the form. They would get "Operation failed". It took me a while to figure out that it was this setting that caused the problem. Even though I published the form to the Organizational Library, it still would fail. Do you have any suggestions? "Sue Mosher [MVP-Outlook]" wrote: Are you setting the value of the Bcc property of the original item with an initial value? If not, how? "teenzbutler" wrote in message ... I created a BCC: field so that a specific user is copied anytime the form is submitted. I want that same person to be BCC-ed when the form is forwarded as well. For some reason, I cannot figure this out. Does anyone have any information on this? |
#2
|
|||
|
|||
![]()
I can't quite picture what you're doing, given that it is not possible to delete a standard field from any Outlook item.
The way to remove a recipient from a custom form is to run the form, remove the recipient, republish. -- 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 "teenzbutler" wrote in message ... Thanks Sue. I am testing the code with a new email address. However, I have one problem, I cannot remove the old email address within the BCC field. I did not input the email address in the field below "Set the initial value of this field to:" I manually entered it within the BCC field itself by editing the field. Now when I try and remove the email address, it won't go away. Even if I delete the BCC field and create a new one, the old address re-populates. I went into Advanced Properties to remove it, but nothing works. What am I doing wrong? "Sue Mosher [MVP-Outlook]" wrote: Put code in the Item_Forward event handler to set the Bcc property of the new forward message to the desired address: Function Item_Forward(ByVal ForwardItem) ForwardItem.Bcc = " End Function "teenzbutler" wrote in message ... Thanks for you reply. No, I did not set the initial value to this field. Instead, I edited the field an manually inputted the email address. The reason why I did it this way was because, when I checked the "Set the initial value of this field to:" box, the users were unable to send the form. They would get "Operation failed". It took me a while to figure out that it was this setting that caused the problem. Even though I published the form to the Organizational Library, it still would fail. Do you have any suggestions? "Sue Mosher [MVP-Outlook]" wrote: Are you setting the value of the Bcc property of the original item with an initial value? If not, how? "teenzbutler" wrote in message ... I created a BCC: field so that a specific user is copied anytime the form is submitted. I want that same person to be BCC-ed when the form is forwarded as well. For some reason, I cannot figure this out. Does anyone have any information on this? |
#3
|
|||
|
|||
![]()
I deleted the BCC field, and published the form. I opened the form, clicked
the To: button, and the BCC field is populating with the old email address. How is that possible without the BCC field in the form? Is there a cache somewhere that I am not aware of? I assume you need a BCC field in the form in order for the code to work. Isn't that correct? "Sue Mosher [MVP-Outlook]" wrote: I can't quite picture what you're doing, given that it is not possible to delete a standard field from any Outlook item. The way to remove a recipient from a custom form is to run the form, remove the recipient, republish. -- 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 "teenzbutler" wrote in message ... Thanks Sue. I am testing the code with a new email address. However, I have one problem, I cannot remove the old email address within the BCC field. I did not input the email address in the field below "Set the initial value of this field to:" I manually entered it within the BCC field itself by editing the field. Now when I try and remove the email address, it won't go away. Even if I delete the BCC field and create a new one, the old address re-populates. I went into Advanced Properties to remove it, but nothing works. What am I doing wrong? "Sue Mosher [MVP-Outlook]" wrote: Put code in the Item_Forward event handler to set the Bcc property of the new forward message to the desired address: Function Item_Forward(ByVal ForwardItem) ForwardItem.Bcc = " End Function "teenzbutler" wrote in message ... Thanks for you reply. No, I did not set the initial value to this field. Instead, I edited the field an manually inputted the email address. The reason why I did it this way was because, when I checked the "Set the initial value of this field to:" box, the users were unable to send the form. They would get "Operation failed". It took me a while to figure out that it was this setting that caused the problem. Even though I published the form to the Organizational Library, it still would fail. Do you have any suggestions? "Sue Mosher [MVP-Outlook]" wrote: Are you setting the value of the Bcc property of the original item with an initial value? If not, how? "teenzbutler" wrote in message ... I created a BCC: field so that a specific user is copied anytime the form is submitted. I want that same person to be BCC-ed when the form is forwarded as well. For some reason, I cannot figure this out. Does anyone have any information on this? |
#4
|
|||
|
|||
![]()
I was able to remove the email from the BCC field. I have the code inserted,
however, when I forward the form, it is not BCC the email I entered in the code. "teenzbutler" wrote: I deleted the BCC field, and published the form. I opened the form, clicked the To: button, and the BCC field is populating with the old email address. How is that possible without the BCC field in the form? Is there a cache somewhere that I am not aware of? I assume you need a BCC field in the form in order for the code to work. Isn't that correct? "Sue Mosher [MVP-Outlook]" wrote: I can't quite picture what you're doing, given that it is not possible to delete a standard field from any Outlook item. The way to remove a recipient from a custom form is to run the form, remove the recipient, republish. -- 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 "teenzbutler" wrote in message ... Thanks Sue. I am testing the code with a new email address. However, I have one problem, I cannot remove the old email address within the BCC field. I did not input the email address in the field below "Set the initial value of this field to:" I manually entered it within the BCC field itself by editing the field. Now when I try and remove the email address, it won't go away. Even if I delete the BCC field and create a new one, the old address re-populates. I went into Advanced Properties to remove it, but nothing works. What am I doing wrong? "Sue Mosher [MVP-Outlook]" wrote: Put code in the Item_Forward event handler to set the Bcc property of the new forward message to the desired address: Function Item_Forward(ByVal ForwardItem) ForwardItem.Bcc = " End Function "teenzbutler" wrote in message ... Thanks for you reply. No, I did not set the initial value to this field. Instead, I edited the field an manually inputted the email address. The reason why I did it this way was because, when I checked the "Set the initial value of this field to:" box, the users were unable to send the form. They would get "Operation failed". It took me a while to figure out that it was this setting that caused the problem. Even though I published the form to the Organizational Library, it still would fail. Do you have any suggestions? "Sue Mosher [MVP-Outlook]" wrote: Are you setting the value of the Bcc property of the original item with an initial value? If not, how? "teenzbutler" wrote in message ... I created a BCC: field so that a specific user is copied anytime the form is submitted. I want that same person to be BCC-ed when the form is forwarded as well. For some reason, I cannot figure this out. Does anyone have any information on this? |
#5
|
|||
|
|||
![]()
Did you publish the form to the Organizational Forms library? Leave the "send form definition with item" box unchecked? Set the Forward action on the (Actions) page to use the published custom form? All those are necessary steps to get code to run on a forward item.
-- 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 "teenzbutler" wrote in message ... I was able to remove the email from the BCC field. I have the code inserted, however, when I forward the form, it is not BCC the email I entered in the code. "teenzbutler" wrote: I deleted the BCC field, and published the form. I opened the form, clicked the To: button, and the BCC field is populating with the old email address. How is that possible without the BCC field in the form? Is there a cache somewhere that I am not aware of? I assume you need a BCC field in the form in order for the code to work. Isn't that correct? "Sue Mosher [MVP-Outlook]" wrote: I can't quite picture what you're doing, given that it is not possible to delete a standard field from any Outlook item. The way to remove a recipient from a custom form is to run the form, remove the recipient, republish. "teenzbutler" wrote in message ... Thanks Sue. I am testing the code with a new email address. However, I have one problem, I cannot remove the old email address within the BCC field. I did not input the email address in the field below "Set the initial value of this field to:" I manually entered it within the BCC field itself by editing the field. Now when I try and remove the email address, it won't go away. Even if I delete the BCC field and create a new one, the old address re-populates. I went into Advanced Properties to remove it, but nothing works. What am I doing wrong? "Sue Mosher [MVP-Outlook]" wrote: Put code in the Item_Forward event handler to set the Bcc property of the new forward message to the desired address: Function Item_Forward(ByVal ForwardItem) ForwardItem.Bcc = " End Function "teenzbutler" wrote in message ... Thanks for you reply. No, I did not set the initial value to this field. Instead, I edited the field an manually inputted the email address. The reason why I did it this way was because, when I checked the "Set the initial value of this field to:" box, the users were unable to send the form. They would get "Operation failed". It took me a while to figure out that it was this setting that caused the problem. Even though I published the form to the Organizational Library, it still would fail. Do you have any suggestions? "Sue Mosher [MVP-Outlook]" wrote: Are you setting the value of the Bcc property of the original item with an initial value? If not, how? "teenzbutler" wrote in message ... I created a BCC: field so that a specific user is copied anytime the form is submitted. I want that same person to be BCC-ed when the form is forwarded as well. For some reason, I cannot figure this out. Does anyone have any information on this? |
#6
|
|||
|
|||
![]()
You might have removed the control displaying the Bcc property, but you didn't remove the Bcc field. Removing a control just removes a control. It has no effect on the data.
Did you try what I suggested? -- 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 "teenzbutler" wrote in message news ![]() I deleted the BCC field, and published the form. I opened the form, clicked the To: button, and the BCC field is populating with the old email address. How is that possible without the BCC field in the form? Is there a cache somewhere that I am not aware of? I assume you need a BCC field in the form in order for the code to work. Isn't that correct? "Sue Mosher [MVP-Outlook]" wrote: I can't quite picture what you're doing, given that it is not possible to delete a standard field from any Outlook item. The way to remove a recipient from a custom form is to run the form, remove the recipient, republish. "teenzbutler" wrote in message ... Thanks Sue. I am testing the code with a new email address. However, I have one problem, I cannot remove the old email address within the BCC field. I did not input the email address in the field below "Set the initial value of this field to:" I manually entered it within the BCC field itself by editing the field. Now when I try and remove the email address, it won't go away. Even if I delete the BCC field and create a new one, the old address re-populates. I went into Advanced Properties to remove it, but nothing works. What am I doing wrong? "Sue Mosher [MVP-Outlook]" wrote: Put code in the Item_Forward event handler to set the Bcc property of the new forward message to the desired address: Function Item_Forward(ByVal ForwardItem) ForwardItem.Bcc = " End Function "teenzbutler" wrote in message ... Thanks for you reply. No, I did not set the initial value to this field. Instead, I edited the field an manually inputted the email address. The reason why I did it this way was because, when I checked the "Set the initial value of this field to:" box, the users were unable to send the form. They would get "Operation failed". It took me a while to figure out that it was this setting that caused the problem. Even though I published the form to the Organizational Library, it still would fail. Do you have any suggestions? "Sue Mosher [MVP-Outlook]" wrote: Are you setting the value of the Bcc property of the original item with an initial value? If not, how? "teenzbutler" wrote in message ... I created a BCC: field so that a specific user is copied anytime the form is submitted. I want that same person to be BCC-ed when the form is forwarded as well. For some reason, I cannot figure this out. Does anyone have any information on this? |
#7
|
|||
|
|||
![]()
Thanks Sue. I tried what you recommended, but it still doesn't work. The
BCC fied/control has been removed from the form. I went into the (Properties) tab and made sure the "Send form defnition with item" is unchecked. I went into the (Actions) tab, double-clicked the Forward action and in "This action creates a form of the following type", I pointed the Form name: to my form. After that, I published the form once again. The code I have is: Function Item_Forward(ByVal ForwardItem) ForwardItem.Bcc = " End Function "Sue Mosher [MVP-Outlook]" wrote: You might have removed the control displaying the Bcc property, but you didn't remove the Bcc field. Removing a control just removes a control. It has no effect on the data. Did you try what I suggested? -- 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 "teenzbutler" wrote in message news ![]() I deleted the BCC field, and published the form. I opened the form, clicked the To: button, and the BCC field is populating with the old email address. How is that possible without the BCC field in the form? Is there a cache somewhere that I am not aware of? I assume you need a BCC field in the form in order for the code to work. Isn't that correct? "Sue Mosher [MVP-Outlook]" wrote: I can't quite picture what you're doing, given that it is not possible to delete a standard field from any Outlook item. The way to remove a recipient from a custom form is to run the form, remove the recipient, republish. "teenzbutler" wrote in message ... Thanks Sue. I am testing the code with a new email address. However, I have one problem, I cannot remove the old email address within the BCC field. I did not input the email address in the field below "Set the initial value of this field to:" I manually entered it within the BCC field itself by editing the field. Now when I try and remove the email address, it won't go away. Even if I delete the BCC field and create a new one, the old address re-populates. I went into Advanced Properties to remove it, but nothing works. What am I doing wrong? "Sue Mosher [MVP-Outlook]" wrote: Put code in the Item_Forward event handler to set the Bcc property of the new forward message to the desired address: Function Item_Forward(ByVal ForwardItem) ForwardItem.Bcc = " End Function "teenzbutler" wrote in message ... Thanks for you reply. No, I did not set the initial value to this field. Instead, I edited the field an manually inputted the email address. The reason why I did it this way was because, when I checked the "Set the initial value of this field to:" box, the users were unable to send the form. They would get "Operation failed". It took me a while to figure out that it was this setting that caused the problem. Even though I published the form to the Organizational Library, it still would fail. Do you have any suggestions? "Sue Mosher [MVP-Outlook]" wrote: Are you setting the value of the Bcc property of the original item with an initial value? If not, how? "teenzbutler" wrote in message ... I created a BCC: field so that a specific user is copied anytime the form is submitted. I want that same person to be BCC-ed when the form is forwarded as well. For some reason, I cannot figure this out. Does anyone have any information on this? |
#8
|
|||
|
|||
![]()
When you forward an item, does its Help | About This Form dialog give you the correct and current name and version information for the form?
If you put a MsgBox statement in the Item_Forward event handler, does the message box show? -- 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 "teenzbutler" wrote in message ... Thanks Sue. I tried what you recommended, but it still doesn't work. The BCC fied/control has been removed from the form. I went into the (Properties) tab and made sure the "Send form defnition with item" is unchecked. I went into the (Actions) tab, double-clicked the Forward action and in "This action creates a form of the following type", I pointed the Form name: to my form. After that, I published the form once again. The code I have is: Function Item_Forward(ByVal ForwardItem) ForwardItem.Bcc = " End Function "Sue Mosher [MVP-Outlook]" wrote: You might have removed the control displaying the Bcc property, but you didn't remove the Bcc field. Removing a control just removes a control. It has no effect on the data. Did you try what I suggested? "teenzbutler" wrote in message news ![]() I deleted the BCC field, and published the form. I opened the form, clicked the To: button, and the BCC field is populating with the old email address. How is that possible without the BCC field in the form? Is there a cache somewhere that I am not aware of? I assume you need a BCC field in the form in order for the code to work. Isn't that correct? "Sue Mosher [MVP-Outlook]" wrote: I can't quite picture what you're doing, given that it is not possible to delete a standard field from any Outlook item. The way to remove a recipient from a custom form is to run the form, remove the recipient, republish. "teenzbutler" wrote in message ... Thanks Sue. I am testing the code with a new email address. However, I have one problem, I cannot remove the old email address within the BCC field. I did not input the email address in the field below "Set the initial value of this field to:" I manually entered it within the BCC field itself by editing the field. Now when I try and remove the email address, it won't go away. Even if I delete the BCC field and create a new one, the old address re-populates. I went into Advanced Properties to remove it, but nothing works. What am I doing wrong? "Sue Mosher [MVP-Outlook]" wrote: Put code in the Item_Forward event handler to set the Bcc property of the new forward message to the desired address: Function Item_Forward(ByVal ForwardItem) ForwardItem.Bcc = " End Function "teenzbutler" wrote in message ... Thanks for you reply. No, I did not set the initial value to this field. Instead, I edited the field an manually inputted the email address. The reason why I did it this way was because, when I checked the "Set the initial value of this field to:" box, the users were unable to send the form. They would get "Operation failed". It took me a while to figure out that it was this setting that caused the problem. Even though I published the form to the Organizational Library, it still would fail. Do you have any suggestions? "Sue Mosher [MVP-Outlook]" wrote: Are you setting the value of the Bcc property of the original item with an initial value? If not, how? "teenzbutler" wrote in message ... I created a BCC: field so that a specific user is copied anytime the form is submitted. I want that same person to be BCC-ed when the form is forwarded as well. For some reason, I cannot figure this out. Does anyone have any information on this? |
#9
|
|||
|
|||
![]()
When I forward the form, I do not see anything in the Form Dialog box. The
Version, Form Number, and Contact are blank. I added a Msgbox to the script. It now looks like this: Function Item_Forward(ByVal ForwardItem) ForwardItem.Bcc = " MsgBox "This is a test" End Function I do not get prompted when I forward the form. What do you think? "Sue Mosher [MVP-Outlook]" wrote: When you forward an item, does its Help | About This Form dialog give you the correct and current name and version information for the form? If you put a MsgBox statement in the Item_Forward event handler, does the message box show? -- 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 "teenzbutler" wrote in message ... Thanks Sue. I tried what you recommended, but it still doesn't work. The BCC fied/control has been removed from the form. I went into the (Properties) tab and made sure the "Send form defnition with item" is unchecked. I went into the (Actions) tab, double-clicked the Forward action and in "This action creates a form of the following type", I pointed the Form name: to my form. After that, I published the form once again. The code I have is: Function Item_Forward(ByVal ForwardItem) ForwardItem.Bcc = " End Function "Sue Mosher [MVP-Outlook]" wrote: You might have removed the control displaying the Bcc property, but you didn't remove the Bcc field. Removing a control just removes a control. It has no effect on the data. Did you try what I suggested? "teenzbutler" wrote in message news ![]() the To: button, and the BCC field is populating with the old email address. How is that possible without the BCC field in the form? Is there a cache somewhere that I am not aware of? I assume you need a BCC field in the form in order for the code to work. Isn't that correct? "Sue Mosher [MVP-Outlook]" wrote: I can't quite picture what you're doing, given that it is not possible to delete a standard field from any Outlook item. The way to remove a recipient from a custom form is to run the form, remove the recipient, republish. "teenzbutler" wrote in message ... Thanks Sue. I am testing the code with a new email address. However, I have one problem, I cannot remove the old email address within the BCC field. I did not input the email address in the field below "Set the initial value of this field to:" I manually entered it within the BCC field itself by editing the field. Now when I try and remove the email address, it won't go away. Even if I delete the BCC field and create a new one, the old address re-populates. I went into Advanced Properties to remove it, but nothing works. What am I doing wrong? "Sue Mosher [MVP-Outlook]" wrote: Put code in the Item_Forward event handler to set the Bcc property of the new forward message to the desired address: Function Item_Forward(ByVal ForwardItem) ForwardItem.Bcc = " End Function "teenzbutler" wrote in message ... Thanks for you reply. No, I did not set the initial value to this field. Instead, I edited the field an manually inputted the email address. The reason why I did it this way was because, when I checked the "Set the initial value of this field to:" box, the users were unable to send the form. They would get "Operation failed". It took me a while to figure out that it was this setting that caused the problem. Even though I published the form to the Organizational Library, it still would fail. Do you have any suggestions? "Sue Mosher [MVP-Outlook]" wrote: Are you setting the value of the Bcc property of the original item with an initial value? If not, how? "teenzbutler" wrote in message ... I created a BCC: field so that a specific user is copied anytime the form is submitted. I want that same person to be BCC-ed when the form is forwarded as well. For some reason, I cannot figure this out. Does anyone have any information on this? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Using bcc | Tony Williams | Outlook - General Queries | 2 | November 16th 06 09:00 PM |
Using bcc | Faye | Outlook Express | 3 | November 14th 06 05:05 PM |
BCC | BaffledBob | Outlook Express | 4 | August 31st 06 03:43 AM |
Use of BCC | Larry B | Outlook Express | 3 | June 25th 06 10:50 PM |
Bcc | rosea2000 | Outlook - General Queries | 3 | March 30th 06 02:05 PM |