msoutl.olb

M

Marco

I want to use the property mailitem.senderemailaddress in a MSAccess
application on a computer which has only Outlook2000 installed on it. I know
this property originates from Outlook2003. I figured by installing only the
object library file msoutl.olb I could use this property. I tried to make a
reference from the VBA code to this file but in the reference screen I get
something like File not found. I tried to register this file by using
regsvr32.exe but this doesn't seem to be possible. It only works with .dll
and ocx files. I know something is written to the registry because when I
search on a computer which has installed outlook2003 there is an entry in the
registry for this file.
Is it possible to use this object library file in a MSAccess97 application
on a computer which has only Outlook2000 installed on it ?

Thanks in advance.

Marco
 
R

Rick Brandt

Marco said:
I want to use the property mailitem.senderemailaddress in a MSAccess
application on a computer which has only Outlook2000 installed on it.
I know this property originates from Outlook2003. I figured by
installing only the object library file msoutl.olb I could use this
property. I tried to make a reference from the VBA code to this file
but in the reference screen I get something like File not found. I
tried to register this file by using regsvr32.exe but this doesn't
seem to be possible. It only works with .dll and ocx files. I know
something is written to the registry because when I search on a
computer which has installed outlook2003 there is an entry in the
registry for this file.
Is it possible to use this object library file in a MSAccess97
application on a computer which has only Outlook2000 installed on it ?

Thanks in advance.

Marco

My guess would be no and if it was possible it would not be legal. Owning a
license for Outlook 2003 does not give you license to distribute any of the
files to other machines.
 
M

Marco

You might be right with that. I didn't consider this. Too much focus on a
technical solution sometimes makes you forget these things. Anyway it hasn't
past the idea stage.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top