Checking outlook version
Tue, 17 Jun 2008 15:23:37 -0700
MSDN link: http://msdn.microsoft.com/en-us/library/bb905147.aspx
This does not work for Outlook 2007. The component guid that must be added
is: {24AAE126-0911-478F-A019-07B875EB9996} (found from msi).
1) Do these GUID's change with SP's/updates? Would this guid be good for
2007 no matter which SP?
2) Al ...
|
MAPI Status Table
Tue, 17 Jun 2008 11:07:07 +0100
Hi All
I have a slight problem with ModifyStatusRow in IMAPISupport. My message
store calls this but the registration has no effect until after a restart.
When a store is added it basically doesn't show up in the status table
until after Outlook's been restarted. The store itself only partially works.
T ...
|
What's Tagged Columns in Exchange Storage Engine?
Mon, 16 Jun 2008 16:44:16 +0800
I've read the article from this :
http://msdn.microsoft.com/en-us/library/aa964801(VS.85).aspx
It said "...Tagged columns are not present in a record unless data is
stored in the column, and may be fixed or variable length. Tagged
columns can also contain more than one value in a single record..."
What does i ...
|
MAPI Logon Limitation?
Fri, 13 Jun 2008 18:12:00 -0700
Hi All
I just create a service in my machine, and want to logon to different user
account in exchange2007 server, and try to get inbox list. My problem is that
only 33 acounts works fine, and when I try to logon the 34th account, it
always fail.
Then I stop logon the 33th account, 34th account is OK.
Is t ...
|
Cant Extract SentOn Date
Tue, 10 Jun 2008 22:52:41 -0700 (PDT)
Hi there,
I am able to extract all the four datetime i.e.
PR_CLIENT_SUBMIT_TIME
PR_CREATION_TIME
PR_LAST_MODIFICATION_TIME
PR_MESSAGE_DELIVERY_TIME
from the Message.
But i am not able to extract the SentOn date, the one that is
displayed in message when opening with outlook.
How can i extract that date, t ...
|
Problem with Profiles
Mon, 9 Jun 2008 12:19:25 -0700 (PDT)
Hello,
I'm developing a MAPI store provider.
I can configure my provider via the ServiceEntry routine. I create
standard entries in the default profile section like PR_ENTRYID,
PR_DISPLAY_NAME and such. In the service provider section
(PR_SERVICE_UID) section I store provider specific settings,.
I can ch ...
|
Accessing the outlook express 6 mails in dbx format
Sun, 8 Jun 2008 01:11:52 -0700 (PDT)
#include "stdafx.h"
#include "ca7.h"
/*int _tmain(int argc, _TCHAR* argv[])
{
return 0;
}*/
//INT main()
int _tmain(int argc, _TCHAR* argv[])
{
HRESULT hr = CoInitialize(0);
if(FAILED(hr)) {
MessageBox(0,_T("Error CoInitialize."), _T("Demo Error"),0);
}
IStoreFolder* ...
|
|
|
kerberos error when using mapi in a service
Fri, 6 Jun 2008 02:54:42 -0700 (PDT)
Hi,
I have a program (c#) that can run as a service or as a console
application.
It uses mapi to log on to the mailserver:
SessionPtr = new MAPI.Session();
string ProfileInfo = MailboxServer + "\n" + MailboxName;
SessionPtr.Logon(
MissingValue, //ProfileName
...
|
MAPI in mutithreading environments
Wed, 4 Jun 2008 16:02:37 +0100
Hi,
I'm trying to use MAPI in a windows service but I've got the multithreading
problem when trying to use the session on a separate thread(timer tick
event). If I run everything on the main thread (STAThread) everything works
great.
In the documentation it says that MAPIInitialize() should be called on ...
|
Distribution List
Mon, 02 Jun 2008 19:25:58 -0400
All -
Can anyone post some code to show how to retrieve the ENTRYID of a
distribution list from the Global Address List? I believe I have succeeded
in accessing the ENTRYID of the GAL but all attempts to resolvenames yields
an E_OUTOFMEMORY error. I have the name of the solitary list and I am
passing it in the ...
|