I see no watir in your code below, why are you posting this question here?  

On Tuesday, April 24, 2012 1:28:08 PM UTC-7, Bhavesh wrote:
>
> Hi, 
>
> Im trying to access links inside an email. 
>
> Im am not using Gem “mail”. 
>
> Im doing very simple stuff here. 
>
> Just getting unread email from the mailbox and then getting the links 
> present inside that email. 
>
> When I try to get email bocdy, I get without error. 
>
> But similarly when I try to get links present inside that email, it 
> shows Hash  value instead of actual links. 
>
> Code is : 
>
>           #Getting email body/Links of unread email 
>           inbox = mapi.GetDefaultFolder(6) 
>           inbox.Items.each do |message| 
>            #puts message.body if message.Unread 
>             puts message.Links if message.Unread 
>
> What I have to change to get the actual links. 
>
> Bhavesh

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com

Reply via email to