Page 1 of 1

Can I get mail subject?

Posted: Tue Nov 03, 2015 9:31 pm
by TakuGoto
I would like to store mail subjects to database. (SQL server or ObacleDB or ... )

So at first, is there any way to retrieve mail subject on GoAnywhere Director?

Re: Can I get mail subject?

Posted: Thu Nov 05, 2015 8:56 am
by Support_Rick
Taku,

Using the RetrieveMail Task allows you to get Emails from your IMAP or POP3 email servers.

If you do a search for "Email Lists" in your help text, you'll find a listing of each of the Email Attributes that are retrieved. This includes the Subject. Looping through a For-Each of your Email List, you can address any part of the emails, including inserting those values into a Database Table.

Re: Can I get mail subject?

Posted: Mon Nov 09, 2015 3:20 am
by TakuGoto
Hello.

It works perfectly according to your advice.

Thank you.

Taku