[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Using Ruby to read outlook message stores

Keith Sader

3/18/2006 1:21:00 AM

Does anyone know of a way to use Ruby to look at Outlook email stores?

I've google'd for this and found no useful links.

thanks,
--
Keith Sader
ksader@gmail.com
http://www.saderfamily.org/roller/p...


2 Answers

greg.kujawa

3/18/2006 1:36:00 AM

0

Keith Sader wrote:


> Does anyone know of a way to use Ruby to look at Outlook email stores?
>
> I've google'd for this and found no useful links.

I've written a few scripts that connect to the CDO Exchange message
store using win32ole talking to Microsoft Outlook. If you read through
some basic MSDN docs on the CDO API then you just wrap these in Ruby
win32ole calls. If you want I can post a sampling here. It might be a
little lengthy. It deals with Outlook Contacts...

greg.kujawa

3/18/2006 1:43:00 AM

0

Below is an URL to one thread I posted to awhile back regarding this
subject. It contains some specifics that might be useful. I used such a
setup to have a host PC serving up CDO contact data via XMLRPC calls to
various non-Microsoft clients, such as wifi ARM Linux PDA's. That way
various non-Outlook clients could still access message stores.

http://aspn.activestate.com/ASPN/Mail/Message/ruby-ta...