-
Topic
-
Hi Support,
i have UserA and UserB. UserB granted UserA full proxy rights. The full email address from
UserA be UserA@hr-online.de and from UserB be UserB@you-fm.de.
The applet should compare the internetdomains and do different worksflows.i use the following applet
Sub Main(Client, GWEvent)
Dim Msg
GroupWise.NewMail
Set Msg = GroupWise.ComposingItem
x = Msg.sender
y = GroupWise.Account.Owner.EmailAddress
msgbox x
msgbox y
End Sub
In the mailbox of UserA it displays the correct Sender Name and EmailAddress. When i switch to UserB via
Proxy access the eMailAddress is always from UserA and not from UserB.How can i read the EmailAddress (UserB@you-fm.de) from UserB when i do a proxy access from UserA?
Thanks for help …
Ralf
Viewing 6 replies - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.