opening a contact (EX to SMTP)
Tue, 24 Jun 2008 01:38:52 +0530
Hi,
I have a ADRENTRY, as a result IAddrBook::Resolve or IAddrBook::Address
call.
this address entry sometimes has PR_PR_ADDRTYPE set to EX instead of
regular SMTP.
I am trying to open the entry by the entry ID in the ADRENTRY structure
to get its SMTP address.
I got a interface to IMailUser by calling ...
|
Avoiding TNEF encoding / winmail.dat
Sun, 22 Jun 2008 19:46:43 -0700 (PDT)
Probably a newbie question, but I haven't been able to find the
answer...
A program I'm working on has been using Simple MAPI to generate an
email, attach a file, and mail them to clients... some of whom can't
read the attachment because it shows up as winmail.dat. I've tried
disabling Rich Text in both Out ...
|
MAPI Senior Software Engineer Job (Email Encryption Product)
Thu, 19 Jun 2008 13:10:22 -0700 (PDT)
Please contact me if you are interested in the job description listed
below.
Thanks,
Brent
breroger@cisco.com
Senior Software Engineer
Location
San Bruno, California
Job Description:
IronPort Systems Email Encryption Group within Cisco is looking for
software engineering talent and experience to p ...
|
Outlook 2003 Synchronizing Issues
Fri, 13 Jun 2008 10:07:41 -0500
Hello,
I have developed a message store and every thing works fine. But
occasionally when Outlook is synchronizing our message store becomes buggy.
One example is that if our store is running in an exchange environment and
Outlook is downloading an extremely large file requests will stack up in the
detail ...
|
Problem opening a msg file using ShellExecute
Fri, 13 Jun 2008 00:11:47 -0700 (PDT)
Hi,
I am trying to open a outlook msg file programmaticatlly as below in
my C code.
ShellExecute(NULL, _T("open"), C:\\Program Files\\Microsoft Office\
\OFFICE11\\OUTLOOK.EXE, "C:\\Test.msg", NULL, SW_SHOWNORMAL);
It used to work on Outlook 2003 SP2 and before but when I installed
SP3 it is giving follow ...
|
Adding a menu item to OE
Thu, 12 Jun 2008 15:53:55 -0700
Is there any documentation of adding a menu item to OE? I have seen
applications do that, but I do not know if it is documented by Microsoft.
The menu item would be for processing a message, so it should be in the
message's menu but if the menu item's script or application can determine
what message is curr ...
|
Processing HTML in a message using OE
Wed, 11 Jun 2008 19:40:44 -0700
I want to process the HTML in a message and I want it to work using OE.
First I must say that I know the smart thing to do is to switch to Outlook.
I know that.
The ideal solution would be to use Extended MAPI to access a specified
folder other than the InBox and read messages there. Then I could get an
I ...
|
|
|
SetSearchCriteria difficulties getting results
Tue, 10 Jun 2008 01:15:56 -0700 (PDT)
Hi All,
I'm have troubles using a search folder. I set everything up correctly
(thanks to Dmitry! ) and I launch the search with the
SetSearchCriteria.
The trouble is that I need to retrieve the resulting messages in a
synchronous manner.
I tried to use the "waitforcompletion" method but it's useless as ...
|
Unicode support in OpenStreamOnFile? Is it a bug?
Tue, 10 Jun 2008 02:56:08 +0530
Hi, I have a doubt that this method/function has a bug. Can someone
please confirm.
HRESULT STDMETHODCALLTYPE OpenStreamOnFile(
LPALLOCATEBUFFER lpAllocateBuffer, LPFREEBUFFER lpFreeBuffer, ULONG
ulFlags, LPTSTR lpszFileName, LPTSTR lpszPrefix, LPSTREAM FAR *
lppStream);
This method/funciton tak ...
|
CFG File
Fri, 6 Jun 2008 15:15:24 -0500
Hi,
I have a custom form and I am looking for documentation for the *.CFG files.
Does anybody know where there is any documentation for all of the options
possible for a CFG file?
Thanks,
Tom -
...
|