Intelligent Automation & Macro Software  

Go Back   Tethys Solutions Forums > Products Zone > Automation Anywhere Server
Register FAQ Search Today's Posts Mark Forums Read

Automation Anywhere Server Post messages and questions related to Automation Anywhere Server here.


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-05-2009, 11:41 AM
Mathew Mathew is offline
Junior Member
 
Join Date: May 2009
Posts: 5
Default To Extract Message

I want to extract the message from a particular person with particular subject line in excel. How to automate that?
Reply With Quote
  #2 (permalink)  
Old 05-05-2009, 12:24 PM
forumsupport forumsupport is offline
Senior Member
 
Join Date: Apr 2007
Posts: 1,337
Default

Hello,

Automation Anywhere Client Integration Pack provides ‘Email Automation’ commands to manage all your incoming emails and download them to specific folders. You can also clear unwanted mails and automatically communicate with your mail server thereby effectively monitoring your emails.

You can use ‘Get All Messages’ Email Automation command to loop through all the emails on specified email server. Inside loop you can check if email is from particulay email address and the subject includes the particular line then save that message into excel. You can use system variables $Email From$ , $Email Subject$ and "$Email Message$ to get the from email id, subject and message respectively.

1 Excel : Open Spreadsheet "C:\Book1.xls". Active Sheet: Default
2 Start Loop "Each message on server: mail.tethyssolutions.com, User name: support@tethyssolutions.com"
3 If $Email From$ Includes "Tethys" Then
4 If $Email Subject$ Includes "Keyword" Then
5 Excel : Set value of Active Cell with "$Email Message$"
6 Excel : Go to one cell below the active cell
7 End If
8 End If
9 End Loop

Hope that helps.
Reply With Quote
Reply


Thread Tools
Display Modes

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 On




All times are GMT -7. The time now is 02:12 PM.


Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.0.0 ©2007, Crawlability, Inc.
Copyright © 2003-2008 Tethys Solutions, LLC. All rights reserved