Search the web
Sign In
New User? Sign Up
outlook-dev · Outlook Development
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 27583 - 27612 of 28048   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
27583
Hi all, I am trying to parse an email but it keeps crashing because of these headers: EHLO mail1.tanchong.com.my MAIL FROM:...
jonathan_z_deguzman
jonathan_z_d...
Offline Send Email
Mar 13, 2008
2:57 am
27584
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@...
Send Email
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...
Sue Mosher
sue_mosher_g...
Offline Send Email
Mar 13, 2008
4:09 pm
27586
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@...
Send Email
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...
Sue Mosher
sue_mosher_g...
Offline Send Email
Mar 13, 2008
4:49 pm
27588
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,...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Mar 13, 2008
9:53 pm
27589
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@...
Send Email
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@...
Send Email
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@...
Send Email
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...
Sue Mosher
sue_mosher_g...
Offline Send Email
Mar 14, 2008
2:51 pm
27593
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@...
Send Email
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?...
Sue Mosher
sue_mosher_g...
Offline Send Email
Mar 17, 2008
4:31 pm
27595
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...
skillaxp
Offline Send Email
Mar 19, 2008
7:03 pm
27596
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...
Brad [VE3BSM]
bpsmicro
Offline Send Email
Mar 25, 2008
2:55 pm
27597
Hi Dmitry, It crashes because my code can't get the email date which is the only available header. I will send you the text file of the eml just to...
Jonathan Joseph de Gu...
jonathan_z_d...
Offline Send Email
Mar 26, 2008
5:38 pm
27598
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...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Mar 26, 2008
6:59 pm
27599
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@...
Send Email
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@...
Send Email
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@...
Send Email
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...
Sue Mosher
mosher_sue
Offline Send Email
Mar 27, 2008
2:51 pm
27603
No, because converting VBA to VBScript code is a pretty trivial operation. Remove any As clauses from procedure and variable declarations. For constants other...
Sue Mosher
mosher_sue
Offline Send Email
Mar 27, 2008
2:53 pm
27604
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@...
Send Email
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...
Sue Mosher
mosher_sue
Offline Send Email
Mar 27, 2008
6:05 pm
27606
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@...
Send Email
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...
Sue Mosher
mosher_sue
Offline Send Email
Mar 28, 2008
12:27 pm
27608
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@...
Send Email
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...
Sue Mosher
mosher_sue
Offline Send Email
Mar 28, 2008
1:11 pm
27610
Try this macro on an open message that you want to edit: Dim objCBB As Office.CommandBarButton Set objCBB = ActiveInspector.CommandBars.Item("Menu ...
Eric Legault
ericmlegault
Offline Send Email
Mar 28, 2008
5:38 pm
27611
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*...
Brad [VE3BSM]
bpsmicro
Offline Send Email
Mar 28, 2008
5:53 pm
27612
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...
Eric Legault
ericmlegault
Offline Send Email
Mar 28, 2008
7:42 pm
Messages 27583 - 27612 of 28048   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help