M
Martin Couture
I have some problems that seems to be related to the NT UserID.
I have some code that creates an email as follow (Client side call to
Outlook):
<script LANGUAGE="VBScript">
Set objsession = createobject("OUTLOOK.APPLICATION")
Set objNewMail = objsession.CreateItem(olMailItem)
objNewMail.Bcc = "List of recipient variable..."
objNewMail.Subject = ""
objNewMail.Recipients.ResolveAll
objNewMail.Display
window.close
</SCRIPT>
For user A, wherever he logs in it works fine.
For user B, wherever he logs in there is no response.
I verrified and the user can still use Outlook as normal.
From Outlook, I tried changing the profile used to connect to the exchange
server.
If user A is loged in on the machine, whatever profile is used to connect to
exchange works.
If the user B is loged on the machine, whatever profile is used to connect
to exchange DOES NOT work.
Can someone help?
I have some code that creates an email as follow (Client side call to
Outlook):
<script LANGUAGE="VBScript">
Set objsession = createobject("OUTLOOK.APPLICATION")
Set objNewMail = objsession.CreateItem(olMailItem)
objNewMail.Bcc = "List of recipient variable..."
objNewMail.Subject = ""
objNewMail.Recipients.ResolveAll
objNewMail.Display
window.close
</SCRIPT>
For user A, wherever he logs in it works fine.
For user B, wherever he logs in there is no response.
I verrified and the user can still use Outlook as normal.
From Outlook, I tried changing the profile used to connect to the exchange
server.
If user A is loged in on the machine, whatever profile is used to connect to
exchange works.
If the user B is loged on the machine, whatever profile is used to connect
to exchange DOES NOT work.
Can someone help?