MAPISendMail returns MAPI_E_FAILURE in Vista IE protected mode
Fri, 11 Jul 2008 17:11:01 -0700
I'm using Simple MAPI from an ActiveX control to launch Outlook and other
mail applications with a composed email, ready for the user to send. The
control works under IE on XP and also Vista when running with protected mode
off. On Vista with IE protected mode turned on, however, it is failing with
MAPISen ...
|
How to Disable WM_DEVICECHANGE message using global Hooks... RSS
Fri, 11 Jul 2008 11:46:00 -0700
Hello all,
I want to create a USB Mass Storage access control system where one can
disable a particular USB Media when it is plugged in with username and
password as input. The idea i'm trying to workout is Using Global Hooks
with hook parameter WH_GETMESSAGE i need to trap the WM_DEVICECHANGE messa ...
|
Re: Re:What does error MAPI_E_NETWORK_ERROR mean for ConfigureMSGService(
Thu, 10 Jul 2008 17:18:28 -0700
What is the Windows user account used to run the app? Note that Local
Service account (used by default by the services) has no network access
rights.
--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"sheenubansal" <sheenubansal@gmail.com> wrote ...
|
DBT_DEVNODES_CHANGED messages comes after DBT_DEVICEARRIVAL
Thu, 10 Jul 2008 06:51:00 -0700
I am doing a RegisterDeviceNotification for GUID_DEVINTERFACE_USB_DEVICE.
When I plug a USB device, I first get the DBT_DEVICEARRIVAL event, then I get
DBT_DEVNODES_CHANGED. This is not good for me, because when I numerate the
devices, it doesnt see the device I plugged in, in other words,
waveOutGetNumDevs( ...
|
Non-Com outlook add-ins
Wed, 9 Jul 2008 16:51:52 -0700 (PDT)
Hello,
I've notice that Outlook 2003 admits 2 types of Add-ins: the Com ones,
and another one, which configuration file is an ECF.
Does someone knows what would be the pertinent group to post my
questions regarding development of the second type of add-in.
Can somebody tell me the difference between the two ...
|
Avoid MAPI Authentication Dialogs
Tue, 8 Jul 2008 13:19:00 -0700
1. CredUI on calling IMsgServiceAdmin::ConfigureMsgService when creating a
profile, I have the username and password, is there a way to avoid this
dialog?
2. CredUI on calling IMAPISession::OpenMsgStore with store type set to
"\x54\x94\xA1\xC0\x29\x7F\x10\x1B\xA5\x87\x08\x00\x2B\x2A\x25\x17", I am
using t ...
|
TRestriction Class Helper (SetSearchCriteria & Restrict)
Mon, 7 Jul 2008 07:51:57 -0700 (PDT)
Hi,
Thanks to this group I've learn a lot about Extended Mapi. I thought
it was time to give some of this knowledge back.
You'll find hereafter a quite simple Class that simplifies a lot the
creation and use of the Restriction parameter of the Setsearchcriteria
and Restrict functions.
It's true that it' ...
|
|
|
Create a Custom Preview Pane
Mon, 7 Jul 2008 02:11:53 -0700 (PDT)
Hi All,
After some research in the news groups, it looks like there is no way
to create a customized preview pane in Outlook UI. Nevertheless, the
posts are all quite old and I was wondering if anyone had discovered
any secret to do it since then.
Thanks
P. ...
|
How to read outlook express contacts?
Thu, 03 Jul 2008 00:11:04 +0530
I am creating my first email application and want to show the users with
the email address (contacts) present in the outlook express? So, my
question is how can read the contacts in the outlook express?
I heard people saying that Outlook (not express) programming is very
complicated. Where should I start fr ...
|
app blocks on MSUI.Msg.MuiMgrDirtyUpdate message
Tue, 1 Jul 2008 00:19:04 -0700
I develop a MDI application. When I open a document window, the application
is blocked for about 1 -2 seconds. During this time the document window is
already visible but the application doesn't react on user inputs. Even the
toolbar items are not updated.
During debugging I found out that there is a MSUI.Msg ...
|