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 ...
|
Unable to open msg store if first prompt for password canceled
Tue, 01 Jul 2008 04:15:36 +0530
Hi,
I have a situation in which I am calling MAPILogonEx with these flags
fMapiUnicode | MAPI_EXTENDED | MAPI_EXPLICIT_PROFILE | MAPI_NEW_SESSION
| MAPI_LOGON_UI
I am also passing the profile name. This profile has an exchange account
configured via RPC over HTTP. The workstation is not part of the domain ...
|
Create a VISIBLE Search Folder
Mon, 30 Jun 2008 09:51:57 -0700 (PDT)
Dear All,
My goal is to create a search folder, under the "finder" folder (the
one you get using the PR_FINDER_ENTRYID property)
I actually have no problem creating the folder and using it, but it
doesn't appears in Outlook UI, which is what I want.
The only differences between my newly created folder and ...
|
|
|
Anti-virus transparent SMTP proxy settings
Mon, 30 Jun 2008 19:26:20 +0530
Hi,
Most of the anti-virus installs transparent proxy for port 25 (outgoing)
to scan the outgoing messages automatically.
How can I find out in general that a proxy has been installed. I need to
inform the interactive user of this.
This setting must be saved somewhere in the registry!!
Thanks & Regar ...
|
email ID in Global Profile section in exchange 2000 environment
Mon, 30 Jun 2008 16:23:29 +0530
Hi,
An exchange(2000) account is configured in outlook 2003.
I checked the Global profile section, it doesn't have the email id
properties (Unicode string properties 0x6641 or 0x6643).
How do I get the email ID for this user. I know I have to get the
IMailUser/IMAPIProp interface for the user. But which ...
|
Is ECE still the technology to use
Fri, 27 Jun 2008 20:03:32 +0200
In an Outlook - Exchange environment I need to create a custom message class
(IPM.Note.MyClass) that is to be displayed in a custom form.
I also need to add menus and buttons to Outlook, and to for example be
notified when receiving messages in Outlook.
I know it can be done using Exchange Client Extension but ...
|