Vista SP1 message loop catches access violations
Fri, 26 Sep 2008 05:57:01 -0700
Since Vista SP1 access violation exceptions have started being caught by the
Windows message loop for certain messages.
This is really bad, because if we have a crash bug in the handling of one of
these messages the application will be left in an undefined state. In this
case we want our crash dump code to ...
|
How to create a Search Folder
Mon, 22 Sep 2008 15:10:38 -0700
Can someone point me to an example of creating a Search Folder using c++ ?
Also, how would I make the Search Folder as hidden ?
Thanks. ...
|
Multithreading in outlook Add-In UI
Mon, 22 Sep 2008 03:47:00 -0700
Hello,
I have implemented a COM Outlook Add-In in C++ which adds a custom toolbar
to the Outlook UI. The purpose of this is to show the status of an external
component. The add-in module starts a listen thread that is waiting for the
events and upon receiving them, it changes the toolbar by setting new
...
|
Search Folder ...
Sat, 20 Sep 2008 21:19:18 -0700
I need to search thru all the folders in all the stores in the user profile
for items after a specific modified date.
I know I can individually move thru each store, and each folder in turn and
return an IMAPITable with a restriction but I'm wondering if it would be
easier and more efficient to create a Sea ...
|
To cache or not to cache ?
Sat, 20 Sep 2008 11:06:41 -0700
Writing a client applicant and if a user is using Outlook/Exchange in cached
mode under what conditions would I want to go directly to the exchange box ?
...
|
LogonExchangeMailbox - supressing login dialogs
Fri, 19 Sep 2008 10:21:54 -0700 (PDT)
Hello,
I am trying to write a simple program in VB.NET that connects an
outlook exchange server and reads through the emails of a specific
user account. However as I need this code to run in the background it
cannot prompt the user for any login credentials.
I have written the following which seems to work ...
|
Forming Mail and saving in .pst
Thu, 18 Sep 2008 23:44:05 -0700
Hello,
I have splitted the mails and saved the different components of mail in
different files. e.g. header part of the mail in header.txt file, Body in
body.txt file and the attachments in a filder attachments.
Now i have to form a email out of this different components from different
files and save th ...
|
|
|
Programmatically change background color for a form (only when item is opened)
Thu, 18 Sep 2008 18:55:13 +0300
I have a custom form (IPM.Task.IWTask class - task derived) which does not
have the theme of Outlook 2007.
Since I understood from another post from web that the custom forms does not
support themes, I was considering at least to get to the Background color of
the form and set it at runtime (when the item is ...
|
Recovering from a bad v6.0 to VS2005 conversion of a
release-only project
Thu, 18 Sep 2008 07:07:55 -0700
So say you find yourself in the situation where you:
- Started with a VC6.0 project containing a release, but no debug, configuration
- You've performed the conversion to VS2005
- You've run into the undefined DebugTraceFn problem at link time.
What is(are) the simplest project property change(s) that can be m ...
|
How do I get the sender phone number from outgoing SMS message in
Wed, 17 Sep 2008 22:14:05 -0700
HI,
I'm using MAPI in windows mobile5. I want to get the sender phone number
from outgoing SMS. How do I get it from MAPI?
Please help me in this regard
Thanks
...
|