I've looked at that, but using the prf file to customize only allows you to specify the exact filename and location. Whereas, I have users using different...
Hi, what event can I use to be notified when a message is being displayed in the message view? Also, is there a way to get a HWND on that view? Thanks!...
What do you mean by "the message view"? -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming: Jumpstart for Administrators, Power Users, and...
Do you mean the preview pane? Or do you mean the inspector that you get when the message has been opened? ... From: edovia607 [mailto:lvandal@...] Sent:...
Under Outlook 2003 it's called Reading Pane, so I guess it's the same as Preview Pane. I need to know when the content has been changed and if possible, a HWND...
There are no functions in outlook to change what is displayed in that pane. You can tell if it has changed by looking at the selection change event on the...
I'm chasing down user friendly issues in my VB6 COM addin for Outlook, and one complaint my users keep coming back with is this: My windows always popup on the...
Try Application.ActiveExplorer.Left and .Top -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming: Jumpstart for Administrators, Power Users, and...
Keith, I am curious what type of performance you are getting. I wrote a similiar application, but found that the OOM was prohibitively slow, and had to write...
There are two ways to find the PST files. One is to find all the PST's on all the disks and shares, another is to enumerate them from the registry. Once you...
Scott, is that happening to you in Outlook 2003 SP1 or RTM? -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming: Jumpstart for Administrators,...
We are going through about 5 items per second with CDO. We strip out every field and write to a SQL Server. It is in no way optimized at this time. We're...
Hi All, I am trying to write my own transport provider. I have Inside MAPI book, and also I have downloaded the VS6 sample code for the same. The sample code...
I'm using outlook 2002 and Redemption. Scenario: when an item is sent through outlook, it is intercepted and cancelled. What is actually sent are copies of...
SP1 is 11.6359.6360. If you applied SP1 and still show the earlier version number, then perhaps the SP1 didn't complete properly. I'd try running it again. -- ...
You probably need to pursue this in one of the MAPI discussion lists -- see http://www.outlookcode.com/d/mapi.htm#discuss -- Sue Mosher, Outlook MVP Author of...
Just an aside, may or may not be important. Was there every a hotfix - something like modifying the registry to reload the form. One of the Exchange Admins...
Yes, for Outlook 2000 and 2002, a hotfix introduces a ForceFormReload registry entry; see http://www.outlookcode.com/d/formscache.htm . Outlook 2003 changed...
Hi; I am a programmer and I want to use my application with Outlook. My application is a java-based mail client. I want to prepare my e-mail on my application ...
Having just rolled out XP SP2 to a test OU, I am now going through and setting up the firewall rules that I need for everything to work properly. Next on the...
If you don't do anything, Outlook 2003 will revert to polling the server every 60 seconds. By the way, this value can also be set via a policy object. It...
The Outlook COM library object model is well documented. You can start with the information at http://www.outlookcode.com/d/outtech.htm -- Sue Mosher, Outlook...
I have a couple of single-form VB6 exe standalones which I would like to convert to Outlook add-ins. In particular, after convertion I would like each form of...