Originally posted by: HU Youchang
I am trying to get the sender's mailaddress
from a MailItem.
Could you help me?
Thank you.
ReplyOriginally posted by: Rams
This Compiles!
This Runs!
This is a good example to start developing plugins/add-ins for Outlook! I'm doing it..:-)
This is the second pointer, you are giving me after the "Connecting to running instances of Internet Explorer".
Good Work!
Thank you,
Rams
Reply
Originally posted by: ThreadLok
in stdafx.h:
line 41:
I was not able to find this anywhere on my system
#import "D:\\MSOffice\\Office10\\Msoutl.olb"
with those two changes, the sample program compiles
Thanks Venu Vemula, for the demo - this is a topic
Happy Holidays
I too had compile errors, but minor as errors go -
just some missed paths. This is typical of hard
coded paths though, since someone may not have
installed it the same way to same directory...
Here's the places to look closely at when compiling
this:
line 40:
change the path statement for the Mso9.dll
depending on where you installed.
For example, mine was:
#import "D:\\MSOffice\\Office\\Mso9.dll"
originally:
#import "D:\\Microsoft Office\\Office\\Msoutl9.olb"
even though I bought Outlook 2000 Pro and
installed full. What I did to 'hack' a solution
that coincidentally worked is to do a file
search on "msout*.*lb" in case MS put a tlb or
used a different file name for Outlook 2000 Pro.
This is what I ended up finding:
and works fine with Win2K + Outlook2000 + MSVC 6.0.
I've been meaning to get into since my Exchange tool
I wrote for my own mail processing needs no longer
works when our company moved from Exchange clients
to Outlook. Now I can look into reworking/updating
that old useful tool!
Originally posted by: Bruno Leclerc
WNT4 + OutLook 98 and it doesn't work !?!
ReplyOriginally posted by: raju sungar
the out look application is not working
in VC++ 6.0
help me
thanks
RAJU
Originally posted by: Venu Vemula
Could you please send me the errors.
I am using VC 6.0 as well. if you have errors in import seciton of the CPP file, you should modify import paths to point to right directories. This works only if you have Outlook not with Outlook express.
Reply