R
Ray Mollenhauer
Hello
In Forms it is easy to include code which is performed when the
recipient open the Mail. How can this be achieved in mails which are
send (build) with cdo ?
The task is to send an mail with to an recipient with cdo, but when
this recipient opens the mail, not this mail should be opened, but an
posting in an public folder -forexample with the same subject as the
mail.
I know how to send an mail with cdo, i know how to write code for a
form (Mail)that not this mail is opened but the posting in the public
folder
function Item_open() item.close set myitem=myfolder.items("subject")
myitem.display end function
But how to put it all together?
My Idea was by sending the message, give the message another
messageclass,
with the: mymessage.fields("http://.......messageclass")="mymessageclass"
This another form should contain the code to open the post in the PF
based on the subject.
It Looks complicated and it do not works.
To include the code in the original mail, would be much better but i
do not know how.
For any hints i would be grateful
Best Regards
Ray Mollenhauer
In Forms it is easy to include code which is performed when the
recipient open the Mail. How can this be achieved in mails which are
send (build) with cdo ?
The task is to send an mail with to an recipient with cdo, but when
this recipient opens the mail, not this mail should be opened, but an
posting in an public folder -forexample with the same subject as the
mail.
I know how to send an mail with cdo, i know how to write code for a
form (Mail)that not this mail is opened but the posting in the public
folder
function Item_open() item.close set myitem=myfolder.items("subject")
myitem.display end function
But how to put it all together?
My Idea was by sending the message, give the message another
messageclass,
with the: mymessage.fields("http://.......messageclass")="mymessageclass"
This another form should contain the code to open the post in the PF
based on the subject.
It Looks complicated and it do not works.
To include the code in the original mail, would be much better but i
do not know how.
For any hints i would be grateful
Best Regards
Ray Mollenhauer