getting email address of current user

getting email address of current user

Moshe-A
Mentor Mentor
881 Views
2 Replies
Message 1 of 3

getting email address of current user

Moshe-A
Mentor
Mentor

Guys hey,

 

i want to get the email address of the current autocad user in VisualLISP

and found this link with VBA code 

 

Can someone here translate the VBA code to VisualLISP for me?

 

http://stackoverflow.com/questions/4761521/get-the-email-address-of-the-current-user-in-outlook-2007

 

 

thanks in advance

 

0 Likes
Accepted solutions (1)
882 Views
2 Replies
Replies (2)
Message 2 of 3

Ranjit_Singh
Advisor
Advisor

If the user has Autodesk 360 setup and assuming they used the correct email address for setting up Sync (getvar "ONLINEFOLDER") retrieves the email address

 

Command: (getvar "ONLINEFOLDER")
"C:\\Users\\******\\AppData\\Local\\Autodesk\\Autodesk Sync\\Cloud\\******@***********.com"
0 Likes
Message 3 of 3

Moshe-A
Mentor
Mentor
Accepted solution

Ranjit,

 

i have already figure the VisualLISP code (using the link) by my own

 

thank you very much

Moshe

 

0 Likes