Jump to content

Outlook UDF


Recommended Posts

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 by Syed23

Thank you,Regards,[font="Garamond"][size="4"]K.Syed Ibrahim.[/size][/font]

Link to comment
Share on other sites

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 ?

Link to comment
Share on other sites

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]

Link to comment
Share on other sites

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 2022-02-19 - Version 1.6.1.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 (NEW 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

 

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...