Dear All, I recently installed Outlook 2007 and I have many applications developed on Outlook 2003. When I open an Item that contains an embedded Excel control...
Nader Abdallah
nader.abdallah@...
Mar 13, 2008 3:41 pm
27585
The spreadsheet control (which I assume is what you're using) is not available in Outlook 2007. It might work if it was installed for Office 2003 and then the...
Dear Sue, I am talking about the spreadsheet control. And actually I did upgrade from Outlook 2003 to Outlook 2007 and it did not work. Can I add this control...
Nader Abdallah
nader.abdallah@...
Mar 13, 2008 4:15 pm
27587
I don't know of any workaround if an upgrade did not work. Perhaps someone on an Excel forum has found a solution, but I rather doubt it. On Thu, Mar 13, 2008...
Where exactly do these headers come from? That sure looks like a part of the SMTP conversation with the outgoing server. And since this is your parsing code,...
Dear All, I upgraded to Outlook 2007 and my application sends emails with a hyperlink to an item (ex.: <Outlook://Public Folders/All Public Folders/Anzima...
Nader Abdallah
nader.abdallah@...
Mar 14, 2008 7:40 am
27590
Dear All, I am using the following in Outlook 2007 Set VDaysleft=MyItem.UserProperties("Days Left") And I am receiving an error in my application on Outlook...
Nader Abdallah
nader.abdallah@...
Mar 14, 2008 9:42 am
27591
I actually did some additional debugging and found that the problem is in the line of code before the one I mentioned earlier. Set...
Nader Abdallah
nader.abdallah@...
Mar 14, 2008 10:24 am
27592
To make it work in Outlook 2007, you need to create an explicit hyperlink, either by using the Word.Document returned by Inspector.WordEditor or by using an...
Dear Sue, I finally managed to install the Spreadsheet control on Outlook 2007. Actually, it was available in the toolbox, but the form I had earlier designed...
Nader Abdallah
nader.abdallah@...
Mar 17, 2008 3:31 pm
27594
XML is XML, and Mileage is just a text property. Neither of those is version-dependent. Are you possibly running up against the size limit for Outlook items?...
Hi all, I'm trying to send HTML/RTF emails using extended MAPI and Outlook 2007. So far so good, sending HTML/RTF messages is working fine. Now instead of...
I'd like to hook into the "Actions->Other Actions->Edit Message" item for incoming messages in Outlook 2007. In OL2003 I could hook the ActiveMenu->Edit->Edit...
The file that you attached is in the MSG format, not EML. Again, the "EHLO etc" part does not belong in an EML file. It is what an SMTP client sends before...
Dear All, I have an application developed on Outlook 2003. The following code is giving an error when run on Outlook 2007. Any clue why? Set...
Nader Abdallah
nader.abdallah@...
Mar 27, 2008 8:05 am
27600
I noticed what the problem was. I had OWC 10 in the forms developed on Outlook 2003, and when I installed Outlook 2007 OWC 11 replaced OWC 10 and the...
Nader Abdallah
nader.abdallah@...
Mar 27, 2008 1:18 pm
27601
Dear Sue, I checked your website for additional information and found code in VBA to do what you have suggested ...
Nader Abdallah
nader.abdallah@...
Mar 27, 2008 1:34 pm
27602
What error? If you type "Nathalie Saouma" into the Cc box and click the Check Names button, does it resolve to an email address? Also, you should use...
No, because converting VBA to VBScript code is a pretty trivial operation. Remove any As clauses from procedure and variable declarations. For constants other...
I am receiving a message box with "Error Line 120" Nathalie Saouma is fully resolved in our domain. Actually it works perfectly if I am using Outlook 2003. I...
Nader Abdallah
nader.abdallah@...
Mar 27, 2008 4:51 pm
27605
What value does AllItems.Count return? If > 0, can you iterate AllItems and return the Name property of each one? On Thu, Mar 27, 2008 at 12:46 PM, Nader...
Allitems.count returns 28 (which is a correct number) I have replaced Set Myitem=AllItems.find("[Name]= '" & VEmployees & "'") With Set Myitem=AllItems(1) And...
Nader Abdallah
nader.abdallah@...
Mar 28, 2008 9:54 am
27607
Is Name a field defined in the folder? In other words, do you see it under the User-Defined Fields in Folder list. On Fri, Mar 28, 2008 at 5:43 AM, Nader...
Yes. Name is a field in the User-Defined fields in that specific folder. The thing is that it is working properly under Outlook 2003 but not 2007. Nader From:...
Nader Abdallah
nader.abdallah@...
Mar 28, 2008 12:34 pm
27609
Yes, I understand what the problem is. I cannot think of any reason why, given the extra details you have provided, it would work in Outlook 2003 and not in...
Alas, that won't work in OL2007. There is no "Edit Message" item under the Edit menu. Not sure why, but I wrote loop code to dump *every* button in *every*...
Well, I ran that in Outlook 2007 and it worked for me. I think though that you are looking at the menu in the Explorer. Open the e-mail item that you want to...