C
Chris
Hi,
In VB6 I will create in code a mail for sending to some recipients.
Can I get the current user's email address, the one who sends the
email ?
I am using the code below:
Set olk_APP = GetObject(, "Outlook.application")
Set var_mail = olk_APP.CreateItem(0)
If with the above code I am not able to retrieve the address, is there
any other way of creating mail and be able to retrieve it ?
Thanks a lot.
In VB6 I will create in code a mail for sending to some recipients.
Can I get the current user's email address, the one who sends the
email ?
I am using the code below:
Set olk_APP = GetObject(, "Outlook.application")
Set var_mail = olk_APP.CreateItem(0)
If with the above code I am not able to retrieve the address, is there
any other way of creating mail and be able to retrieve it ?
Thanks a lot.