Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Macro - set Email for users

Status
Not open for further replies.

stacybost

Programmer
Aug 1, 2003
57
US
What syntax do I need to use in a CSV file to set users' Email addresses via in a macro? I am trying user.EmailAddress = "sarundale@bost.com" but am having problems.

Thanks in advance,
Stacy
 
Stacy,
Format looks ok, but:
1) what is the error message you are getting/problem you are experiencing
2) what application are you using to send mail
3) can you post any relevant lines of the macro that are giving the error message?
lex

"Time flies like an arrow, but fruit flies like a banana."
 
Thanks, found the problem. Basically, the problem is that I don't know what I'm doing! I'm actually using Access Manager Batch Maintenance, discovered that the syntax I need in the CSV for that is:

SetUserProperty, user, email, email@bost.com

Thanks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top