PST file - Named Properties limits
Wed, 6 Aug 2008 23:54:16 -0700
I was testing .msg file performance with thousands of new Named
Property sets. I was using a .pst file and I learned the following:
I created an IPM.Post in empty .pst file and then started looping like this:
// Pseudo code. --Don't you wish doing Mapi was this easy.
for(int i = 0; i < 38000; i++)
{
Creat ...
|
Setting IMAP a/c as the default store
Wed, 6 Aug 2008 06:49:53 +0800
I need to set my IMAP4 account as the default store. Can anyone4 help me in
this regard?
Here is my code -
HRESULT hRes = S_OK;
IMsgServiceAdmin* pMsgAdmin = NULL;
IMAPITable* lppTable = NULL;
LPMAPIERROR* lppError = NULL;
try
{
if (FAILED(hRes = m_lpMAPISession->Adm ...
|
GetProps of PR_BODY incorrectly reports SUCCESS
Mon, 4 Aug 2008 15:51:01 -0700
Hi,
I have an application that uses the method IMAPIProp GetProp method to
retrieve the PR_BODY of a message from a PST folder/container. This works
fine for about 99.95% of messages. Occasionally, the HRESULT is reported as
SUCCESS, the property in the returned property tag matches PR_BODY (i.e., no
PT_E ...
|
SUSPEND Message Handling
Mon, 4 Aug 2008 02:25:01 -0700
Hi,
I want to develop an application for Windows Vista, which would detect Power
button Press and stop the machine from shutting down or restarting or going
into suspend mode.
After investigation we found that when the machine is shutdown or restarted
"WM_QUERYENDSESSION" message is sent to every process ...
|
Delivery Status Notification Problem
Fri, 1 Aug 2008 07:41:01 -0700
This message was posed on an MS Office forum for Outlook. Due to lack of
response and the fact that CDO is discussed here, this may be a more
appropriate forum for this question.
Using CDO from Access VBA.
The message will simply dissapear without a trace if DSN is turned on.
The message works perfectl ...
|
Anuncios Gratis www.AnunciosGratis.de
Fri, 1 Aug 2008 12:46:31 +0200
Vendo coche seat ibiza, 1999 . en buen estado, color plata, Precio ,4900 euros. Precio 4566 Euros.
Tfno: 91452123334
Puedes ver mi anuncio gratis en:
www.AnunciosGratis.de Anuncios Gratis
www.AnunciosGratis.de Anuncios Gratis
www.AnunciosGratis.de Anuncios Gratis
www.AnunciosGratis.de Anuncios Gratis
ww ...
|
Creating Profile on Secondary Exchange Server
Thu, 31 Jul 2008 00:40:49 -0700 (PDT)
Hi Experts,
I am still new to MAPI programming and looking for the help.
I want to create a user profile on Secondary Exchange server using
MAPI.
I know how to create a profile on Primary Server using MAPI code -
given in the MS link... http://support.microsoft.com/?kbid=306962.
To create a profile I sim ...
|
|
|
MAPI way to copy msg between Exchange Servers
Thu, 31 Jul 2008 00:39:08 -0700 (PDT)
Hi Experts,
I have a situation where we have 2 Exchange servers in a domain
(Primary and Secondary) with Replica settings. We have a application
which modifies the message body with our own Text and when users
(client) double clicks it Restores back to its original content.
The problem here is around Public F ...
|
Identify special folder IPM_SUBTREE\Sync Issues
Thu, 31 Jul 2008 08:39:48 +0530
Hi,
I have a module which traverses all the folders in mailbox/pst.
IPM_SUBTREE has 'Sync Issues' as as it's child.
'Sync Issues' is a special folder*, *how do I differentiate it from
other folders? Is comparing the name OK?? But I am not sure what value
it will have on non English systems.
Regards,
Ashu ...
|
Creating SMS Account
Tue, 29 Jul 2008 06:35:03 -0700
Hi
I am currently working on a messaging application for Microfof Mobile.
I wam trying t create a messaging account that is similar t SMS (i.e. works
on SMS transport, reply forms are SMS) but all I manage t do is create EMAIL2
accounts.
Is there any a to create an SMS account, or specify SMS as transport?
...
|