Hi, I am looking for some code that will do the following: Assume I got a Mail Message from one of my recipients, ABC. (Recipient ABC is one of many recipients...
Hello, My name is John Riddle. I'm a Technical Recruiter and my client, a very prestigious firm located in New York City is looking for an Outlook/Word...
I'd run a script on the server to handle this. It's old but the script at http://www.cdolive.com/changemessageclass.htm is headed in the right direction. If...
Ok Thanks I will take a look into it but, I will also try an Exchange development forum – but I dont have any address – can you help me? Regards Terje k ...
Use the microsoft.public.exchange.development newsgroup or the Web forum at http://forums.microsoft.com/TechNet/ShowForum.aspx?ForumID=838&SiteID=17 . ... Use...
On a clean Vista machine with Office 2003 and all the latest updates installed. I can install my add-in and have it run as expected with the UAC turned on....
It looks RDOAppointmentItem object always resets PR_ICON_INDEX when Save is called. I will send you an updated version that automatically sets PR_iCON_INDEX...
Am trying to export a text field from a form in Exchange public folders using MAPI Tables with RDO, but only get 255 characters. KEN SLOVAK in his book...
Large properties can be retrieved through IMAPIProp::OpenProperty(.., IID_IStream.), while in your case Exchange (but not PST) provider either returns an error...
I see. I was quoting from Ken's book about "working around a MAPI limitation". I am trying to export the data from a collection of items in a folder (which...
What I meant in the book was that the Outlook object model's PropertyAccessor object restricts named property retrieval, something that the RDO Fields...
It seems that you can use RDO or CDO to get the full body without opening the item itself. I have done this and it works. You can iterate through the items...
No, your code below (or the similar code in OOM or RDO) does open the message under the hood. This is how OOM, CDO 1.21 and RDO work when you iterate messages...
Hi All, I am facing a strange problem when I try to extract the TNEF properties of the message (with an embedded message attachment) to Winmail.dat file. The...
Hello all, I have the following piece of code which is called both from Outlook and from a an extra process (a formviewer) also started by Outlook. This...
Firstly, if your code is already running as a Com add-in, why do are you attempting to create an instance of the Outlook.Application object rather than use the...
A tickling question about HTML emails, outlook, and manual picture downloading . . . I was hoping somebody's experience could confirm / deny my suspicions. I...
I have an outlook com addin that uses RDO and works just fine with a parameterless RDOSession.Logon(). Now I want to shift the whole function to a Windows...
MAPI profiles are stored on the per Windows user level in HKCU. If you are running as a local service, there are no profiles since no user ever logged in...
Dmitry - thanks very much. That's a big help. Obviously running it under a user account is the way to go Thanks ... wrote: MAPI profiles are stored on the per...
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...