|
Automatically make sure that new email addresses are unique
|
|
| · | Most of the code in this example is from the Exchange 5.5 example Create and delete 100 Internet-enabled accounts in five minutes.
|
| · | The difference is the Data.Column.DupeCheck command in the [Init_Batch] section that compares column four (the part of the email address before the "@" sign) with all existing SMTP addresses. When a duplicate is found, the number "2" is added or an existing trailing number is increased.
|
| · | Notice that the "%servername2%" variable is undefined in the [Init_Batch] section, the server name must be typed in the command.
|