edk.h??
Thu, 29 May 2008 19:54:46 +0530
Hi,
Earlier, for MAPI programming I used Visual Studio 6.0, but now I use VS
2005.
The problem is that with VS 6.0, the header file edk.h (the libraries
for it) used to come, which has declaration for functions like
HrMAPIFindDefaultMsgStore
HrMAPIFindStore
and many more
but I don't see this anywhe ...
|
Impact of using MAPI_NO_CACHE flag
Wed, 28 May 2008 10:57:01 -0700
Hi,
I have an implementation of a MAPI Message Store Provider(Its a
wrapper on Microsoft PST Provider) which is part of a MAPI Service
addin on microsoft
outlook. The Message Store Provider handles both Mail and Calendar
components in outlook.
Recently I had an issue with pop-up reminders flashing on the scr ...
|
PR_STORE_ENTRYID
Tue, 27 May 2008 09:50:37 -0700 (PDT)
Hi,
Is there any MAPI API to crack PR_STORE_ENTRYID property value
(something like USRPERM_ID)? Using Outlook Spy, I can see the mailbox
information (legacyExchangeDN) in the PR_STORE_ENTRYID of a message.
Thanks for your help.
soma ...
|
Howto display send mail dialog upon usage of extended MAPI from Delphi
Tue, 27 May 2008 08:03:49 +0200
Hi,
I would like to open Outlook-Emails in my software. I already get mails by
extended MAPI and I can open them with ShowForm. But the form is modal. Then
i tried to use LoadForm from IMAPIFormMgr. But calling this function
LoadForm will always return MAPI_E_INVALID_PARAMETER -2147024809.
See my code atta ...
|
SMTP Authentication flag
Tue, 27 May 2008 09:39:56 +0530
Hi,
There is a setting in outlook which tell it to use the same login
information as the incoming server(POP/IMAP) for the outgoing server
(SMTP) server. How do I find out that its been set?
My goal here is to find the login information for the SMTP server.
Please advise.
Regards,
Ashutosh ...
|
Re: Creating .msg files
Mon, 26 May 2008 21:00:54 -0700
Use OpenIMsgOnIStg.
Please use a site (or, better yet, OE) that sets the newsgroups header in
your post, otherwise it is impossible to reply.
--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"gaurav bandekar" <gaurav@gaurav.com> wrote in message ...
|
Creating LPMessage
Mon, 26 May 2008 22:57:07 +0800
Hi,
I wanted to create an msg file.
I plan to use the foll method to do it.
http://support.microsoft.com/default.aspx?scid=kb;en-us;171907
Can anyone help me out in creating an LPMESSAGE.
Are there any alternative ways of creating a msg file from the raw mail data.
Any pointers will be appreciated.
...
|
|
|
HideAttachments , PR_HIDE_ATTACH and PR_ATTACHMENT_HIDDEN
Mon, 26 May 2008 15:49:39 +1000
Hi
I am getting some inconsistent results using PR_HIDE_ATTACH
What is the right way to hide some attachments and not hide the others?
I am trying to set HideAttachments , PR_HIDE_ATTACH and PR_ATTACHMENT_HIDDEN
using OutlookSpy and see what changes, but I have not got clear
understanding yet.
Thanks ...
|
how to find the delivery time
Sat, 24 May 2008 23:51:01 -0700
Hi!
my application creates messages in the outbox and deletes them after
submitmessage. but some of the mails are not reaching the client. is there a
way to confirm that the message was sent successfully from the application by
getting the delivery time etc. ...
|
How to replace an attachment from a file.wav to a winmail.dat ?
Fri, 23 May 2008 08:23:03 -0700
Hi,
I need to create a COM using MAPI to be loaded in the IIS SMTP server that
reads the incoming email, verifies if there is an attachment and if there is,
verifies if it is a .wav file. If it is, convert it to the TNEF format (a
winmail.dat file), replace the old file in the attachment by this new file
...
|