Jump to content

Add Mail-Acc. to OutlookXP


Guest AlexUhde
 Share

Recommended Posts

Guest AlexUhde

Hi!

Im trying to build a script, that setup my eMail Accounts in Outlook XP!

It should read a txt file. In this file is every line a account! something like:

name name2 email@mail.com pop.mail.com smtp.mail.com user@mail.com password
name name2 email2@mail.com pop.mail.com smtp.mail.com user2@mail.com password

But i don't know how to get the things so that the i can use them in the script!

my script sofar:

WinActivate("E-Mail-Konten", "")
ControlClick("", "", "Button2", "left", 1)
Sleep(10)
ControlClick("", "", "Button2", "left", 1)
sleep(10)
Send ("{ENTER}")
FileOpen ( "mailacc.txt", mode 0)

Can U help me?

Thx Alex

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...