Post Message and SendMessage same ?????
Tue, 8 Apr 2008 23:46:00 -0700
Hi Friends,
I have got an Interesting question. Will Postmessage and SendMessage behave
similarly ?
I have invoked a modal dialog from mainwindow (parent) (lets consider About
box from help menu). Since it is a modal dialog , this call will block the
parent's message loop. (For confirmation put tra ...
|
Unable to to get IMAPIProp interface in external application
Tue, 8 Apr 2008 12:44:01 -0700
I am trying to get the IMAPIProp interface so that I can have access to the
PR_SUBJECT_W property in the MailItem object. However, I keep getting
HR=-2147467259(unspecified error) when I query for the IID_IMAPIProp (last
two line).
I know the fact that lpItem is valid as I can get the subject line. The
...
|
Yet another problem with IConverterSession::MAPIToMIMEStm()
Tue, 8 Apr 2008 07:36:13 -0700 (PDT)
Now I have problems with the body part too.
MAPIToMIMEStm() produces the following body part:
"Content-Type: text/plain;
charset="utf-8"
Content-Transfer-Encoding: quoted-printable
Sehr geehrter Herr Peter Piekser
=20
vielen Dank f=FCr Ihre Bestellung der folgenden Positionen:"
Problem is again ...
|
Problem with IConverterSession::MAPIToMIMEStm()
Mon, 7 Apr 2008 23:18:10 -0700 (PDT)
My program uses IConverterSession::MAPIToMIMEStm() to convert mails
to eml, which works as far as it goes. If the subject contains a
german umlaut, it gets converted to UTF-8, but for a reason I don't
understand all spaces are converted to _ (underscore).
For example Subject
"[FixWieNix] - Auftragsbestätigung ( ...
|
i don't know why file size are changed after comiplied
Mon, 7 Apr 2008 06:12:01 -0700
Hello EveryOne..
Have you ever experienced like me?
I have some of dynamic dll files,and static , i also included these dll
from exe.
but after i compiled this code, the size of execute is always changed
why this kind of problem was happened..
help me..ã? ã?
...
|
How to open a PST file without supplying a password
Sat, 5 Apr 2008 13:19:02 -0700
I have a lot of PST files - 1000's of them, and each has a different
password. I have an application that needs to open them programmatically, and
passwords are not available. How can I bypass supplying the password?
I know the Recovery For Outlook:
http://www.officerecovery.com/outlook/faq.htm#faq_6
c ...
|
MAPIOpenLocalFormContainer failed with MAPI_E_CALL_FAILED
Thu, 3 Apr 2008 12:46:39 +0200
Hi all,
I'm working on sustaining of an Outlook plug-in which uses MAPI to install
custom form by calling MAPIOpenLocalFormContainer and then
IMAPIFormContainer::InstallForm. One of my customers has this strange
problem that, when running this code, MAPIOpenLocalFormContainer call fails
with MAPI_E_CALL_FAILE ...
|
|
|
MAPI_E_LOGON_FAILED
Wed, 2 Apr 2008 06:19:00 -0700
I currently support a COM+ application using simple MAPI. The application set
on a 2003 server with Outlook 2K installed. The Exchange server was 2000.
When the mail box was move to Exchange 2003 the application quite working for
several hours. When a new COM object was install, no mail code was changed.
The ...
|
E2K7 File URL usage w/ ADO
Tue, 1 Apr 2008 08:46:08 -0700
I have a asp page that we use to pull calendar data from our Exchange 2003
server, the mailbox resides currently on the E2K3 Server. We are adding a
Exchange 2007 CAS server and I want to place the ASP page on the E2K7 CAS and
still get to the mailbox. When I move the asp page over to the E2K7 CAS
server ...
|
How to get mail out of a name in MAPI
Tue, 1 Apr 2008 08:22:01 -0700
Does anybody know how to get a mail address out of a sender name of a
message? I retireve a sender name using PR_SENDER_EMAIL_ADDRESS but a
function GetProps returns a string with a name instead of email address:
/O=KARKOLISBS/OU=FIRST ADMINISTRATIVE GROUP/CN=RECIPIENTS/CN=JOURNALMBX
Now I have to get jour ...
|