Extended MAPI client email messages stuck in outbox in Outlook 200
Fri, 30 Nov 2007 07:30:00 -0800
Hey All,
I have a legacy MAPI client that works fine in older versions of Outlook,
but starting with Outlook 2002 and later we have a problem. The client
application sends the message, but if Outlook is offline, the message gets
stuck in the outbox. I know that somewhere along the line, Outlook started
...
|
Adding POP3 account programatically.
Thu, 29 Nov 2007 05:19:40 -0600
Is there an API for adding POP3 account for an outlook profile
programatically, if not are there alternatives?
Thanks!
...
|
Mapi and RPC over HTTP
Thu, 29 Nov 2007 11:29:43 +0530
Hello,
I have been trying to create an application that connects to Exchange server
using RPC over HTTP. Thanks to various blogs and online resources, I have
been able to write a program that configures a profile using appropriate
flags like PR_ROH_FLAGS, PR_ROH_PROXY_SERVER, etc. in the
ConfigureMsgServi ...
|
smime.p7m attachment not handled properly
Tue, 27 Nov 2007 15:27:00 -0800
I have a MAPI client that sends an encrypted string as an smime.p7m
attachment.
The message shows up in my Outlook inBox but the blue encrytion icon is
not displayed next to it as you would expect. If I send an encrypted
email from Outlook then all is well so I'm assume there is something
not quite right ...
|
Re: Can a MAPI service work with no interactive users logged on?
Mon, 26 Nov 2007 14:45:57 +0200
HI,
Are you refering to MAPI32.DLL or MSMAPI32.DLL?
Thanks,
Shawn
"Dmitry Streblechenko" <dmitry@dimastr.com> wrote in message
news:OwNwZbk9HHA.4736@TK2MSFTNGP06.phx.gbl...
> No, MAPI in a service works just fine as long as your MAPI binaaries are
> good enough - you will need either the Exchange Se ...
|
MAPI from XP Service
Mon, 26 Nov 2007 13:46:08 +0200
Hi,
Do I need to do anything differently to use MAPI from a XP service? I can
send ok from a normal c++ application, but when this app runs as a service,
the sending doesn't work.
The service is isntalled with the correct user (current) and starts fine.
If I run the service as a user other than the curr ...
|
Question about task responses in Outlook.
Fri, 23 Nov 2007 13:14:56 -0800 (PST)
In Outlook when a task assignee accepts or declines a task, UI with
the following text pops up "This task will be accepted and moved into
the Tasks folder. Do you want to edit the response before sending it?"
Is there a way to stop this UI from showing up (using either some MAPI
property or an Outlook option)? ...
|
|
|
GetContentsTable not returning all rows
Fri, 23 Nov 2007 04:01:43 -0800 (PST)
Hi, I wrote an application tha scans all contacts in Exchange public
folders... It worked fine...since i installed it in a network with
Exchange 2000 and the client is a Windows2003 server with Outlook
2000.
It seems to work properly , but GetContentsTable() returns only 89
contacts instead of 458....any ide ...
|
CreateMsgService faild with error E_ACCESSDENIED
Thu, 22 Nov 2007 04:25:37 -0800
HI,
i am trying to configure a profile in Exchange server machine which doesnt have OUTLOOK clinet installed.
When i call createProfile and then Adminservices n then CreateMsgService...it works fine.
BUt if i try to use exisiting profile associated with exchange Mailbox....CreateMsgService(..) fails with error E_ ...
|
Folder notifications
Thu, 22 Nov 2007 12:17:12 -0000
Hi
When properties of a folder such as PR_CONTENT_COUNT changes, I send out a
notification indicating that PR_CONTENT_COUNT and PR_CONTENT_UNREAD using
the MAPI support object assigned to the message store.
Unfortunately Outlook 2003/2007 don't seem to react to this change
immediately. Is there something ...
|