![]() |
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
|
|||
|
|||
![]()
In a custom Outlook message form, I am populating the CC field with a name
selected from a dropdown list by checking the "Set the initial value of this field to:" checkbox on the Value properties tab of the CC field and inserting the dropdown list name [Sponsor]. I have selected the radio button "Calculate this formula automatically". This works correctly. The selected name is inserted in the CC field once the selection is made in the dropdown list. However, when the Send button is clicked, I get an "Operation has failed" message. I have tried several different ways of listing the names in the dropdown list, even using the SMTP email address, but nothing works. Can anyone help me with this problem? Thanks in advance, -- Yvetta |
#2
|
|||
|
|||
![]()
Are you resolving the recipients with Check Names before you send?
What version of Outlook? Is this a form for internal use only? -- 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 "Yvetta" wrote in message ... In a custom Outlook message form, I am populating the CC field with a name selected from a dropdown list by checking the "Set the initial value of this field to:" checkbox on the Value properties tab of the CC field and inserting the dropdown list name [Sponsor]. I have selected the radio button "Calculate this formula automatically". This works correctly. The selected name is inserted in the CC field once the selection is made in the dropdown list. However, when the Send button is clicked, I get an "Operation has failed" message. I have tried several different ways of listing the names in the dropdown list, even using the SMTP email address, but nothing works. Can anyone help me with this problem? Thanks in advance, -- Yvetta |
#3
|
|||
|
|||
![]()
I would very much appreciate any code necessary for resolving the recipients
as you mention below. I have been looking through the books I have, and figured that is probably what I need, but have not been able to work it out for myself. I don't have any kind of programming background, so I pretty much stumble through that. We are on Outlook 2003. This will be an internal form, and will be published to the Organizational Forms Library. Right now, I am just testing it myself. Thanks for any help you can give, -- Yvetta "Sue Mosher [MVP-Outlook]" wrote: Are you resolving the recipients with Check Names before you send? What version of Outlook? Is this a form for internal use only? -- 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 "Yvetta" wrote in message ... In a custom Outlook message form, I am populating the CC field with a name selected from a dropdown list by checking the "Set the initial value of this field to:" checkbox on the Value properties tab of the CC field and inserting the dropdown list name [Sponsor]. I have selected the radio button "Calculate this formula automatically". This works correctly. The selected name is inserted in the CC field once the selection is made in the dropdown list. However, when the Send button is clicked, I get an "Operation has failed" message. I have tried several different ways of listing the names in the dropdown list, even using the SMTP email address, but nothing works. Can anyone help me with this problem? Thanks in advance, -- Yvetta |
#4
|
|||
|
|||
![]()
I was suggesting that you test first by manually clicking the Check Names button to see if the name you have in mind will resolve manually. If it doesn't resolve manually, it won't resolve programmatically either.
-- 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 "Yvetta" wrote in message ... I would very much appreciate any code necessary for resolving the recipients as you mention below. I have been looking through the books I have, and figured that is probably what I need, but have not been able to work it out for myself. I don't have any kind of programming background, so I pretty much stumble through that. We are on Outlook 2003. This will be an internal form, and will be published to the Organizational Forms Library. Right now, I am just testing it myself. In a custom Outlook message form, I am populating the CC field with a name selected from a dropdown list by checking the "Set the initial value of this field to:" checkbox on the Value properties tab of the CC field and inserting the dropdown list name [Sponsor]. I have selected the radio button "Calculate this formula automatically". This works correctly. The selected name is inserted in the CC field once the selection is made in the dropdown list. However, when the Send button is clicked, I get an "Operation has failed" message. I have tried several different ways of listing the names in the dropdown list, even using the SMTP email address, but nothing works. Can anyone help me with this problem? Thanks in advance, -- Yvetta |
#5
|
|||
|
|||
![]()
Unfortunately, clicking on the Check Names button does not resolve the name.
It's very confusing that it would not even send to a valid email address. I'll have to rethink this and see if I can come up with a different way of accomplishing what the user wants. Anyway, thanks for your time. It's great to have this forum and people like yourself who are willing to help. -- Yvetta "Sue Mosher [MVP-Outlook]" wrote: I was suggesting that you test first by manually clicking the Check Names button to see if the name you have in mind will resolve manually. If it doesn't resolve manually, it won't resolve programmatically either. -- 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 "Yvetta" wrote in message ... I would very much appreciate any code necessary for resolving the recipients as you mention below. I have been looking through the books I have, and figured that is probably what I need, but have not been able to work it out for myself. I don't have any kind of programming background, so I pretty much stumble through that. We are on Outlook 2003. This will be an internal form, and will be published to the Organizational Forms Library. Right now, I am just testing it myself. In a custom Outlook message form, I am populating the CC field with a name selected from a dropdown list by checking the "Set the initial value of this field to:" checkbox on the Value properties tab of the CC field and inserting the dropdown list name [Sponsor]. I have selected the radio button "Calculate this formula automatically". This works correctly. The selected name is inserted in the CC field once the selection is made in the dropdown list. However, when the Send button is clicked, I get an "Operation has failed" message. I have tried several different ways of listing the names in the dropdown list, even using the SMTP email address, but nothing works. Can anyone help me with this problem? Thanks in advance, -- Yvetta |
#6
|
|||
|
|||
![]()
It would certainly be possible with code behind the form if you want to go that route.
-- 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 "Yvetta" wrote in message news ![]() Unfortunately, clicking on the Check Names button does not resolve the name. It's very confusing that it would not even send to a valid email address. I'll have to rethink this and see if I can come up with a different way of accomplishing what the user wants. Anyway, thanks for your time. It's great to have this forum and people like yourself who are willing to help. -- Yvetta "Sue Mosher [MVP-Outlook]" wrote: I was suggesting that you test first by manually clicking the Check Names button to see if the name you have in mind will resolve manually. If it doesn't resolve manually, it won't resolve programmatically either. "Yvetta" wrote in message ... I would very much appreciate any code necessary for resolving the recipients as you mention below. I have been looking through the books I have, and figured that is probably what I need, but have not been able to work it out for myself. I don't have any kind of programming background, so I pretty much stumble through that. We are on Outlook 2003. This will be an internal form, and will be published to the Organizational Forms Library. Right now, I am just testing it myself. In a custom Outlook message form, I am populating the CC field with a name selected from a dropdown list by checking the "Set the initial value of this field to:" checkbox on the Value properties tab of the CC field and inserting the dropdown list name [Sponsor]. I have selected the radio button "Calculate this formula automatically". This works correctly. The selected name is inserted in the CC field once the selection is made in the dropdown list. However, when the Send button is clicked, I get an "Operation has failed" message. I have tried several different ways of listing the names in the dropdown list, even using the SMTP email address, but nothing works. Can anyone help me with this problem? Thanks in advance, -- Yvetta |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
I cannot receive mail using Outlook - error "The operation failed. | phil | Outlook - Installation | 0 | February 14th 06 10:38 PM |
OPERATION FAILED error when opening calendar entries | Austin | Outlook - Calandaring | 0 | February 1st 06 09:36 PM |
Outlook 2000 error The Operation Failed | Bonnie | Outlook - General Queries | 1 | January 23rd 06 04:17 PM |
Error message0x8004010f Operation Failed | Jay Thomas | Outlook - General Queries | 4 | January 11th 06 07:11 PM |
Operation failed in Bcc field | Simone | Add-ins for Outlook | 2 | January 11th 06 08:27 AM |