-
Topic
-
When UserA forwards me a mail message from UserB, I would like to write an applet that when I open the attachment (UserB’s email) I can run the applet and it will allow me to read the UserB’s email fields.
I have tried:
Set Msg = Client.ClientState.CommandMessage
if Msg is Nothing then
MsgBox(“No items were available”)
else
{…}
end ifBut it doesn’t seem to read UserB’s email, even when I’ve opened the attachment. I always get “No Items are available”.
Any clues?
Thanks,
Dave
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.