hallo what ist wrong with thist code?? I wan't to have the firstname, second email adress etc from a selected Contact to put them into a word document. Can...
Hi! I'm working with Outlook forms, and my question is the following: * We're going to update our Email-Server from Exchange 5.5/Windows NT 4.0 to Exchange...
In this statement olItem = olNS.KontakteOrdner.Items You are setting olItem to the Items collection, not to an individual item. The items that the user has...
This is more of an Exchange question and there's an entire series of steps you need to take to make sure your new Exchange server functions the same way the...
Please check the following snippet of code where I have used AddStore() to add a pst file to a profile. This works in some pcs while in others it fails with...
... Uff - I don't think so I am at the beginning to learn vba and have got the job, to make a program to pick up adresses you choose from Outlook contacts and...
When I first installed Outlook 2002, the phone number fields in the contact form, would automatically format. For instance if you enter 8882225555, it would...
Hi trying to place date contained within a field to the Subject Line of the email. Can anyone assist with such code? Sorry, im a little lost and hope its...
Help us help you by thinking through the details: 1) When do you want this to happen? When the user clicks send? 2) Exactly what should the resulting Subject...
I have been exporting my task list regularly to a standard Access database and was wondering if there is a way t odo this thru vba code. I export the entire...
To occur when the user clicks send Subject line to look like: "Update" + contents of two fields from within the form Info is locked And its only to outlook...
So, here's what you need to know: 1) The event that fires when the user clicks Send is the Send event.You can add it to the script behind an Outlook form with...
I have several macros I use on all my machines. On some of the machines, the macros don't fire on startup: I have to do <alt>F11, F5, <alt>R, <alt>F4 every...
Thanks Sue, you're a LEGEND! You must be by far the most knowledgeable Outlook guru in this world, or at least the most polite and helpful one!! Have a great...
I'm creating a new draft message in Outlook 2003 and filling in the "To" field with an address. After I save the draft, and scope it out in Outlook Spy, I see...
Hi Eric! Thanks a lot for the tips, now its all up and working :) But hang on a moment, I just want to know another thing, which I am not getting anywhere....
... why ... Without more details it's difficult to say. I can say that each version of Outlook comes with a different implementation of the Outlook MAPI...
Hi, I have checked the PCs. What is wierd is there are 3 PCS with outlook 2003, same release, and both with windows service pack2 installed, it's working on...
Hi, I'm trying to do an add-in for Outlook for save an Outlook mail in EML format, and I want use Redemption function HrIMessageToRFC822Message. I looked for...
Using Redemption in C++ is not different from using any other Idispatch-friendly COM library (such as Outlook). Use #import to import the type library and...
Hello, Thanks for your input, Michael, but my problem is not concerning profiles. It is with adding a store to a profile with Addstore(). Am I missing...
Good afternoon everyone, I am looking at automatically setting up Outlook 2003 clients to enable RPC over HTTP so that users can access Exchange from outside...
We currently use OWA, but the full Outlook 2003 client is much better. We have a number of remote users who rarely come into the main office, so having...