Internet Connection                                        Example

As part of the macro (for e.g. downloading emails form internet) if you want to connect to internet using a dial-up connection then you can use this command.

  1. Select your dial-up connection from the drop down list
  2. Specify if you would like to reconnect if the attempt to connect failed.
  3. You can specify how many times you want to attempt and the time between successive attempt to connect.
  4. You can also insert a Disconnect command in the macro. It will disconnect you from the dial-up connection.

Example:To connect to 'myDialUp'

  1. Open the Macro Editor from Tools -> Macro Editor.
  2. Double click on the 'Internet Connection' command.
  3. Select the 'Connect' option from the 'Internet Connection' category.
  4. Select 'myDialUp' from the drop down list.
  5. Click on 'Save' button.