I have found some reference to this type of task from developer resources (I am not a programmer) and some commercial software packages that do this type of...
I am trying to set the recipient status as 'accepted / decline' of recurring appointment using extended MAPI PR_RECIPIENT_TRACKSTATUS. It is working fine for...
How/if do you save the exception and its parent message? Do you see the change in MFCMAPI or OutlookSpy (click IMessage)? From: outlook-dev@yahoogroups.com...
What is pAppointment->Save()? Are you using *both* OOM and MAPI to do that? Outlook can and will overwrite your changes. From: outlook-dev@yahoogroups.com...
If you are a Vista administrative user with the UAC on or off our install works and our Outlook addin runs as expected in both Office 2003 and Office 2007. I...
It's better to use only one of HKCU or HKLM, not both. For standard users installing with UAC on and using an admin password it's best to install to HKLM so...
Ken, My understanding from what I've read we move the HKCU\Software\Classes registry entries to HKLM\Software\Classes. It specifically says not to move the...
We're referring to 2 different COM registrations. The class registrations are what you are talking about, I'm talking about the addin registrations at either...
Net4manpower urgent requirement for software programmer Whether you are a webmaster seeking to avail the service of a freelancer or whether you are a freelance...
We have a COM add-in, that works flawlessly and is "properly written" with respect to the whole Outlook Security thing. We never, ever get the warning, except...
I have a customized contact form which includes several datagrids to show data from an access database. I installed the customized form on a public folder in...
Hi Sarav, As Dmitry originally suggested to me you need to make sure to free all references to that item before opening it. So you need to do something like...
Hi Lukas, Thank you very much for your email. I am sorry, I am still having problems displaying RichText in the email. The code(.NET) that I used to test is as...
Hi Sarav, In .NET world setting a COM pointer to Nothing (VB.NET) / null (C#) does not free the reference. You need to call Marshal.ReleaseComObject() to force...
I'm working on an add-in in which I'd like to do some pre-processing before an item is printed. There's no actual Inspector "BeforePrint" event, but for my...
Answering my own question. I remembered that I had to hook into the <commands> structure in my ribbon hander XML and "repurpose" them. I now have my event...
Hi Luke, Thank you very much. It fixed the problem and I am now able to preview the email in RTF format before sending it. Since it is .NET, I also had to...
Outlook 2007, Exchange 2007 I am receiving this error when attempting to publish to the Organizational Forms Library: "Cannot publish the form because of a...
I'm sure this must be almost an FAQ, but my searching has failed to reveal the answer. I need to do a little processing of embedded messages within another...
If it is a regular (not embedded) message, you can use Namespace.GetItemFromID. In case of an embedded message, you cannot access it as MailItem. From:...
Bummer, it's an embedded message. Okay, I'll have to find a different way to accomplish my goals. Thanks. (I sure wish OL2007 didn't always double-space my...
Which methods were you thinking about? From: outlook-dev@yahoogroups.com [mailto:outlook-dev@yahoogroups.com] On Behalf Of Brad [VE3BSM] Sent: Friday, August...
The gist of it is that when you select multiple messages in a folder and hit Forward, this generates a new message with your selections as embedded ...
Exchange w/ Outlook 2003 client: In my office, we have a shared email account that we use to receive monthly reports from other departments. All of these...
1) Outlook doesn't have any rule condition to support that with personal distribution lists. You'd have to use a GAL DL. 2) Any "run a script" rule is by...
Thanks for the reply: 1: I had admin create a Distribution group for me, but when I tried running my rule using the group instead of the individual users, the ...
1) I may have been thinking of the rule for mail sent *to* a DL, not *from*. It's been a while since I used rules with a DL (another reason an event sink would...
I have a need for an Outlook macro that can be run when a specific email is open. The macro has to open in turn two attached .pdf files and then somehow read...