Is there anyway we can programitcally access the Public Folder properties and more specfically the Cached Exchange Mode Settings. Minmimally we need to know if...
Cisco(IronPort)is looking for an expert Outlook Developer. Please contact me if you are interested. Thanks Brent Rogers breroger@... Senior Software...
Outlook 2007 I have a formula field in an outlook form that takes the value of another field and multiplies it by 6. I'd like to have the result be in currency...
Use the Format() function for that. Look it up in Help in Outlook VBA for details: Format([NumberofTicketsRequested]*6, "Currency") On Fri, Jun 27, 2008 at...
Thanks, that works, I had to figure out how to look for help in Outlook VBA but now that I found it I should be able to help myself some more. Gary ... From:...
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...