MattX Posted July 6, 2011 Posted July 6, 2011 Can someone please point me to an Outlook UDF or a method of pulling the logged on user's E-mail address ? Thanking anyone in advance.
Syed23 Posted July 6, 2011 Posted July 6, 2011 (edited) Can someone please point me to an Outlook UDF or a method of pulling the logged on user's E-mail address ? Thanking anyone in advance. Download AD.ZIP from this link " This will help you to get the lot of details from the AD related to user account. The Zip file have lot of example files. check which is the function needs to you get the email address details. If i am not wrong? This is what you are looking for.. #include <AD.au3> _AD_Open() MSGBOX(0,"Test",_AD_GetObjectAttribute(@UserName,"HomeMDB") _AD_Close() Edited July 6, 2011 by Syed23 Thank you,Regards,[font="Garamond"][size="4"]K.Syed Ibrahim.[/size][/font]
Chimaera Posted July 6, 2011 Posted July 6, 2011 Outlook stuff here by Water If Ive just helped you ... miracles do happen. Chimaera CopyRobo() * Hidden Admin Account Enabler * Software Location From Registry * Find Display Resolution * _ChangeServices()
MattX Posted July 6, 2011 Author Posted July 6, 2011 Thanks for that link - I've downloaded the UDF and will start testing it tomorrow. Bit of a dumb question but where in the UDF to you state your AD name ? [ company.com ] Have read the readme which tells you to call the function but not where you state the name it needs to look at..... Have I missed something ?
Syed23 Posted July 6, 2011 Posted July 6, 2011 Thanks for that link - I've downloaded the UDF and will start testing it tomorrow. Bit of a dumb question but where in the UDF to you state your AD name ? [ company.com ] Have read the readme which tells you to call the function but not where you state the name it needs to look at..... Have I missed something ? Doesn't need to state the AD name... That will be taken care by the function _AD_Open(). to understand more.. read the _AD_Open.htm,_AD_Close.htm you will get to know more... i took the below comment from the _AD_Open.htm. Please let me know if you need any clarifications. Function Reference _AD_OpenOpens a connection to Active Directory. Thank you,Regards,[font="Garamond"][size="4"]K.Syed Ibrahim.[/size][/font]
MattX Posted July 6, 2011 Author Posted July 6, 2011 Sok - found the _AD_Open function reference.....
water Posted July 6, 2011 Posted July 6, 2011 Maybe the AD (or the Outlook) Wiki can give you some additional information. Please see my signature. My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now