Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Ruby > Reading data from MS Exchange

Reply
Thread Tools

Reading data from MS Exchange

 
 
Dani Dani
Guest
Posts: n/a
 
      04-08-2010
Hi, is there a possibility to read MS Exchange data from an ROR/Ruby
application ?, if yes, can it then also be written to an sql db ?.
Thanks in advance,

Dani
--
Posted via http://www.ruby-forum.com/.

 
Reply With Quote
 
 
 
 
brabuhr@gmail.com
Guest
Posts: n/a
 
      04-08-2010
On Thu, Apr 8, 2010 at 11:34 AM, Dani Dani <> wrote:
> Hi, is there a possibility to read MS Exchange data from an ROR/Ruby
> application ?


I think there was a question on the list not long ago about Ruby and
Microsoft Exchange; I don't remember anything really coming from it,
but it might be worth checking the list archives.

What data are you trying to read and what version of Exchange?

> if yes, can it then also be written to an sql db ?


If you have data in Ruby, then yes it is definitely possible to write
it to a sql database.

 
Reply With Quote
 
 
 
 
brabuhr@gmail.com
Guest
Posts: n/a
 
      04-08-2010
On Thu, Apr 8, 2010 at 4:09 PM, Matt Mencel <MR-> wrote:
> I don't know Exchange so couldn't say for sure, but if everything in Exchange is stored in Active Directory (and that would be my guess)... you can use the ActiveLdap library to get whatever you want from AD.


The address book and some stuff like configuration metadata is stored
in the directory; but, messages, calendar items, and such (most of the
real stuff) are stored in Exchange's own database.

 
Reply With Quote
 
Matthew K. Williams
Guest
Posts: n/a
 
      04-08-2010

On Fri, 9 Apr 2010, Dani Dani wrote:

> Hi, is there a possibility to read MS Exchange data from an ROR/Ruby
> application ?, if yes, can it then also be written to an sql db ?.
> Thanks in advance,
>


Is it data acessible via IMAP? And yes, Ruby/RoR can write to sql
databases...

Matt

 
Reply With Quote
 
Dani Dani
Guest
Posts: n/a
 
      04-09-2010
Thank you to all,
What I'm looking for is to get the contacts from the exchange db.
Dani
--
Posted via http://www.ruby-forum.com/.

 
Reply With Quote
 
Bernd Ritter
Guest
Posts: n/a
 
      04-09-2010
Hi Dani,

I did the same thing some time ago. the contact information is hidden
and depending on the software version only available via the web
interface. you can access that via WSDL.

bernd

Am 09.04.2010 11:28, schrieb Dani Dani:
> Thank you to all,
> What I'm looking for is to get the contacts from the exchange db.
> Dani
>



 
Reply With Quote
 
brabuhr@gmail.com
Guest
Posts: n/a
 
      04-09-2010
On Fri, Apr 9, 2010 at 5:28 AM, Dani Dani <> wrote:
> Thank you to all,
> What I'm looking for is to get the contacts from the exchange db.


Then you should be able to get what you need via LDAP (and Ruby does
have ldap client libraries). For literal Exchange Contact objects,
try a query like:
(objectClass=contact)

For user objects with email addresses, try something like:
(objectClass=user)(email=*)

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
MCSE 2003 w/Exchange or MCITP 2008 w/Exchange Juan MCITP 3 06-19-2009 07:29 PM
Cannot send mail from Exchange 2007 mailbox to Exchange 2003 mailb =?Utf-8?B?am9zdWU=?= MCSE 3 08-15-2007 12:02 PM
Exchange Links < Western Cartoon Cards > Exchange Links www.westerncartooncards.ca HTML 2 07-12-2004 07:59 PM
Exchange 5.5 with Exchange 2000 Cluster problem Jose Luis Microsoft Certification 0 02-13-2004 10:23 AM
help: My exchange lost M: and exchange can not start winman MCSE 9 07-30-2003 04:34 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57