Jump to content

Convert for VBA to AutoIt


Recommended Posts

Hello,

Im working on converting code from Outlook VBA to Autoit

Below is a section of code that I neeed help transalting to Autoit,appears there is no for Each command,this loop

is giving me all of the folder names for outlook.

How would I go about changing the for Each command from VBA to something that Autoit will recognize ?

Func Entryids($StartFolder)

For Each objFolder In StartFolder.Folders

Call Entryids(objFolder)

Next

consolewrite (StartFolder.Name & ";" & StartFolder.EntryID & ";" & StartFolder.FolderPath & ";" & StartFolder.StoreID & ";" & StartFolder.Store & @crlf)

EndFunc

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...