How to forward a recent mail from hotmail to gmail - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming) +--- Thread: How to forward a recent mail from hotmail to gmail (/Thread-How-to-forward-a-recent-mail-from-hotmail-to-gmail) |
How to forward a recent mail from hotmail to gmail - rao - 07-02-2009 Hi, I want to forward the recent mail from hotmail account to gmail account. so i need a descriptive program to automate this above said scenario. can anyone help me out please. Thanks regards, rao RE: How to forward a recent mail from hotmail to gmail - KVK - 07-09-2009 Hi, Open Hotmail using valid username and password and then try this below code.. Code: Gmail_ID = "asdhasd@gmail.com" RE: How to forward a recent mail from hotmail to gmail - rao - 07-14-2009 Hi KVK, Thank you very much for your reply. It helped... |