Tom, I appreciate your help, and excuse me for being dense, but my questions still stand. Let me be a bit more specific. 1) miCurrentMessage is not defined in...
Tom, Okay. I studied the Redemption documentation, with which I was not familiar. I have never used it before. I see what is going on. However, I still have...
Hi Guys, I have a problem, I am reading ost content through extended mapi the content is actually in OST file. Everything is fast when I work in LAN but very...
First of all I apologize for taking up the bandwidth, and thank people for indulging me. Secondly, I should not read documentation at 1:00am. Thirdly, I now...
I am having problems installing an app that uses CDO.DLL and Outlook View Control on different platforms (Win/Office 2000 and XP). I'm using Visual Studio...
Jim, ... I don't know about the Outlook View control, but CDO.DLL should only be installed as part of Win2k (or XP). If you look at the licence, I believe, you...
Thanks - I'm actually developing on Win2K and Office XP(2002), and even when installing on other W2K and XP machines it's a problem. I'm not even trying on...
Jim, ... I believe that if you develop on Office2k, then the code should work on OfficeXP. No doubt, if I am wrong, then others here will remind me of the ...
CDO cannot be distibuted. The only way to install it is to install either 1. Outlook (select Custom Install, make sure "Collaboration Data Objects" is...
Thanks, I'll check it out. Can I assume that Outlook 2000 and Outlook XP support the same CDO functions? i.e. I develop against Outlook 2002 - will it run...
CDO is pretty much in the same state it was back in the Outlook 98 time, AFAIK the API is frozen and there is no new development except for the critical bug...
How do I create a Custom Calendar with Different Month Name.. The calendar that I need to create is a Coptic Calendar that is based on a Gregorian calendar...
Message store provider is responsible for storing the mappings, how the data is actually stored is not defined by MAPI and is specific to each store provider. ...
Hi all, Firstly I apologize if this is a more of a technical question than a program question but I think they might be related. We have an application that...
Carlos Magalhaes
CarlosM@...
Mar 4, 2003 8:42 am
18914
Hello, I am writing a Outlook macro that files e-mail messages in a folder named after the sender's company name. The macro looks up the sender in the...
Maybe Redemption can help you: http://www.dimastr.com/redemption/ -Ben- Ben M. Schorr, MVP-Outlook, CNA, MCPx3 Director of Information Services Damon Key Leong...
Hi, I've discovered a strange behaviour when calling SaveAsFile(..) on an attachment in Outlook XP. It seems that Outlook adds additional info to the file when...
I have a simple sub routine that attempts to execute the send command need to send msg in outbox). On my test machines this works corectly but on a remote PC...
My company has a standard form Contacts folder. They would like me to include in the detailed (i.e., 2X click the client) form a new field that would appear on...
The GetDefaultFolder method returns the default folder. You can use the Namespace.PickFolder method to return a folder that the user selects. Or walk the...
Subject: Using macro to import contacts from SQl database Hi, I am trying to import contacts from a SQL database to Outlook. I am using a VBA macro, the code...
Pat, Outlook 2000 by default does not allow programmatic access, as you are experiencing. The 2 ways around it that I know of include having the Exchange...
Rinko, Bryan
Bryan.Rinko@...
Mar 6, 2003 4:40 pm
18924
How do I create a Custom Calendar with Different Months Name..The calendar that I need to create is a Coptic Calendar that is based on a Gregorian calendar...
How do I create a Custom Calendar with Different Months Name..The calendar that I need to create is a Coptic Calendar that is based on a Gregorian calendar...
Sue- Thank you very much for the reference, I'm sure somewhere in there is my answer...though yet no luck. Everything you have either told me or referenced me...
Apologies if this is an FAQ, but where should I start if I want to write a messaging application by extending Outlook? What tools to I need? Are there any...