Where and when does your code run? _____ From: outlook-dev@yahoogroups.com [mailto:outlook-dev@yahoogroups.com] On Behalf Of Max Shariy Sent: Tuesday, October...
It is a user-space GUI application. C++, MFC, no .NET is involved. Click a button, the code runs in the event handler, so it is in the main thread. ... ...
I'm trying to extract the dumpster items to a pst. Exmerge is not working and reports the items as incomplete, due to A/V scanning I think, so I have a...
Where does your IMAPISession come from? From: outlook-dev@yahoogroups.com [mailto:outlook-dev@yahoogroups.com] On Behalf Of Max Shariy Sent: Wednesday, October...
So what is the script? The error description implies that you are using CDO 1.21 rather than Redemption ("Collaboration Data Objects" is a strong hint :-)) ...
I ran the install for the redemption.dll. Running on my desktop and have CDO installed. The script is below: servername = "servername" mailbox = "mailbox" set...
I'm not intentionally mixing them. CDO is on the machine for Outlook and Excnage System Manager. They can't live together on the same box? I'm new to...
They can sure live together on the same box, but why do you need to use CDO 1.21 in *your* script? Does it do something that RDO cannot do? Firstly, check that...
We have an exe and a dll. The dll is regular (non COM), and is linked statically to the exe. There are three calls in the following sequence: 1. MAPILogon...
Yes! Tried the second approach - that is how my app shows existing messages. In this case IMAPIFormMgr.LoadForm returns the same error MAPI_E_EXTENDED_ERROR...
Hi all, I am converting msg files to eml files. What property can I use to get the sent date of the msg? The problem is when I am converting the date that...
PR_CLIENT_SUBMIT_TIME _____ From: outlook-dev@yahoogroups.com [mailto:outlook-dev@yahoogroups.com] On Behalf Of jonathan_z_deguzman Sent: Thursday, October 04,...
You will just need to output the date in the valid RFC 822 format: In Delphi: function Rfc822DateTime(t: TDateTime): string; var wYear, wMonth, wDay: word; ...
Thanks I got this problem handled I get the right date now however even if I appenduserdefinedheader I have two dates appearing at the eml file which is the...
I am not sure I understand - if you create the EML file explicitly in your code, why don't you use the right dates? It is all up to you. _____ From:...
Hi Dmitry, This is what I generate with my code: Date: Mon, 8 Oct 2007 13:27:36 +0800 From: <Ernesto Tomacruz Jr> Subject: Content Extraction Service...
What exactly are you trying to resolve? Is the value itself wrong? Or is it the format? The second value misses the time zone information. _____ From:...
Dmitry, What I am trying to do is to overwrite the first date: Date: Mon, 8 Oct 2007 13:27:36 +0800 with the second date Date: Thu 1 Feb 2007 17:58:6 which is...
Yes, you create a controk, then add it using the OptionsPagesAdd event. See http://msdn2.microsoft.com/en-us/library/aa171319(office.11).aspx -- Sue Mosher,...
I would expect mscomct2.ocx to be usable in Outlook 2007, assuming it's installed on the machine. Is that the problem -- that it isn't available natively? If...
After a little bit more investigation it seems that is Vista that is not compatible with mscomct2.ocx So with Vista and Office2007 – mscomct2.ocx is not...
According to http://msdn2.microsoft.com/en-us/vbrun/ms788708.aspx mscomct2.ocx is not shipped with Vista but is tested with it, so I'd expect it to work. I'd...
I have seen that page that it should have been tested for Vista – but the problem is that when I try to register It fails with the code: 0x8002801c A search...
A quick Google search on that error code shows that people have been able to register that OCX if either they have admin permissions or turn UAC off. So it is...
I am looking for away to take an Access Database, used for dispatching our ambulance crews and publishing it in an outlook calendar for the ambulance crews to...
Thanks Ken I will take a closer look into it – I will be back with the result. Terje Fra: outlook-dev@yahoogroups.com [mailto:outlook-dev@yahoogroups.com]...