MAPI - Mail size differs when stored as .MSG programatically
Tue, 22 Apr 2008 06:04:00 -0700
Hi,
I have a issue reg the mail size that is saved in MSG format through MAPI.
Im creating a IStorage object and storing my mail into it in .MSG format.
When I check the size of the saved message, it comes around 200KB. But, if
I try to save the same mail from outlook - File/SaveAs, the size comes around
...
|
Debug symbols for MSPST32.DLL?
Mon, 21 Apr 2008 09:59:10 -0500
I am trying to make sense out of this stack trace after my program crashed:
MSPST32.DLL!35cc9861()
[Frames below may be incorrect and/or missing, no symbols loaded for MSPST32.DLL]
USER32.dll!_InternalCallWinProc@20() + 0x28 bytes
USER32.dll!_UserCallWinProcCheckWow@32() + 0xb7 bytes
USER3 ...
|
IOlkAccount - Exchange server name
Fri, 18 Apr 2008 12:58:25 +0530
Hi,
I am trying to retrieve the exchange server name for the configured
profile in the outlook.
I am using IOlkAccountManager interface (and related ones). For exchange
server name, it shows in the form
00000002Server01/o=Company123/ou=First Administrative
Group/cn=Recipients/cn=ashutoshMicrosoft Exch ...
|
Message Preprocessor on the server-side
Thu, 17 Apr 2008 12:31:07 -0700
Hi,
I like to know if a message preprocessor is a solution in order to modify
the outgoing messages on the server, before they reach the Outlook clients.
If it is, could someone help me to start?
There is a way to write the message preprocessor in C#?
Thank you in advance.
Kind regards ...
|
Locationg MAPISVC.INF
Thu, 17 Apr 2008 16:19:25 +0100
Hi Guys
I know that there is a library call to determine the location of
MAPISVC.INF. With OL2003 it returns %ommonProgramFiles%\MSMAPI\1033. (where
the environment variable is expanded)
With OL2007 it returns something like %windir%\System32 (with the
environement variable expanded).
MAPI Store provi ...
|
Microsoft Exchange connect dialog
Wed, 16 Apr 2008 17:06:01 -0500
How can I determine what the user selects for the dialog:
Microsoft Exchange
You can connect to the server using the network, or work offline, or cancel this logon.
Connect Work Offline Cancel
Is there a MAPI routine that will return the information?
Thanks,
Frank ...
|
MAPI Logon/Logoff question
Wed, 16 Apr 2008 08:22:58 -0500
I need to be able to Logon/Logoff a MAPI session in an application without restarting the application.
I have added a call to IMAPISession::Logoff, before the session is released, but it "seems" the next
call to MAPILogonEx does not open a new session.
MAPILogonEx(NULL, (sProfile.IsEmpty() ? NULL : szProfile ...
|
|
|
Need a MAPI guru with magical powers
Wed, 16 Apr 2008 12:19:23 +0200
Hi,
I am developping on pocket pc with MAPI to create/read sms and I am
experimenting a very weird behavior.
Here is a part of the method I use to list sms :
ULONG ulNbIds = 0;
LPMAPITABLE pContentsTable = NULL;
LPSRowSet pRows = NULL;
char pId[1024];
TCHAR tszPid[1024];
HRESULT hr;
LPMESS ...
|
Get notified, on the Exchange server side, when mail is read
Tue, 15 Apr 2008 19:10:00 -0700
Hi,
I am looking for a solution on the Exchange Server 2003/2007 in order to get
notified when the mail is read by clients. What I try to accomplish is to add
to the message, some previously archived information. What is the best
approach in order to do this?
Any help is welcome.
Best regards
...
|
convert a ENTRY to a string
Thu, 10 Apr 2008 17:51:46 +0200
Hi,
how can I convert a ePR_ENTRYID to a string ?
For now I am using this :
llTemp = pRows->aRow[0].lpProps[ePR_ENTRYID].Value.li.QuadPart;
LONG t1 = (LONG)(llTemp % (LONGLONG)1000000000);
LONG t2 = (LONG)((llTemp / (LONGLONG)1000000000) %
(LONGLONG)1000000000);
LONG t3 = (LONG)((llTemp ...
|