OpenMsgStore fails with error 0x8004011D in Exch 2007 CAS
Wed, 05 Sep 2007 14:04:38 -0700
I have the following problem. My code fails calling mapi_session-
>OpenMsgStore(...) with error: 0x8004011D (I think it is
MAPI_E_FAILONEPROVIDER).
// Code summary
...
MAPIInitialize(&mapicfg);
...
MAPIAdminProfiles(0, &pa);
...
mapi_tmpprofile = GenUniqueProfName();
...
pa->CreateProfile(mapi_tmpprofil ...
|
Mail Submission API ?
Thu, 16 Aug 2007 15:31:52 +1000
Hi,
Does anyone know what Microsoft mean in this (Exchange 2007) MSDN reference
" ... the mail submission API ..." ?
http://msdn2.microsoft.com/en-us/library/microsoft.exchange.data.transport.deliverymethod.aspx
What is it and how do I get access to it ?
Todd
...
|
Re: MAPI with gmail and/or yahoo mail?
Mon, 13 Aug 2007 13:01:12 -0700
"Chris Shearer Cooper" <chrisnews@sc3.net> wrote in
news:137vrc2h882tqb8@corp.supernews.com:
> Since Extended MAPI starts by attaching to a DLL and calling the
> functions inside (MAPIInitialize, MAPILogonEx, etc.), I'm guessing
> that services like gmail and yahoo mail aren't normally accessible via
> MAPI. ...
|
Read a .pst with MAPI/C++
Wed, 14 Mar 2007 09:59:35 -0500
I am a Beginner in this .. I am sure some one must have asked this but
cudnt find it.. I want to read a .pst file using MAPI with c++ without
dependencies on outlook.. I am sure it is possible.. Any Sample Code
would be of great help .. Thanx.. ...
|
Send method in IStoreNamespace?
Sun, 18 Feb 2007 18:49:22 +0100
Hey folks,
I'm just wondering if there is a way of sending a message using the
IStoreNamespace or IStoreFolder interfaces that MS published. I can't find
anything.
Thanks for any hints and pointers you can give,
Vinz.
...
|
WebDAV "409 (Conflict)" when creating calendar items
Wed, 17 Jan 2007 00:14:51 +0100
Hello
We have a dedicated account which has access to the calendars of several
mailboxes. We are using this delegated account to create calendar items via
WebDAV within those mailboxes. Unfortunately WebDAV often answers with "409
(Conflict)" and does not write anything to the mailbox (after sending a
p ...
|
CDO / MAPI in C++
Tue, 9 Jan 2007 09:56:25 -0000
Can someone enlighten me on how to use CDO 1.2.1 in C++?
...
|
|
|
This newsgroup?
Fri, 22 Dec 2006 21:25:02 +0100
What is this newsgroup for? I've just discovered that the correct newsgroup
for MAPI programming is microsoft.public.win32.programmer.messaging. So what
is this one for?
Eric
...
|
Server Busy when opening address book in custom form
Wed, 13 Dec 2006 22:06:31 +0100
When I click on the "To..." button in a new message in Outlook 2003, then
the address book opens as a modal dialog to select some names. I want to do
the same in a custom C++ MAPI form. I call pSession->OpenAddressBook and
then LPADRBOOK->Address() to open the dialog. This works. Problem is, that
after abou ...
|
HOWTO: Programming custom forms: Create recipient list and send the form
Tue, 12 Dec 2006 23:03:44 +0100
When programming a custom form e.g. in VC++ and the form should be sent
using a send button then often a button to create the recipient list is also
needed. Here is a short description how to implement these two features.
1. Creating a recipient list
- Call IMAPISession::OpenAddressBook. The IMAPISession p ...
|