View Single Post
  #5   Report Post  
Hans
 
Posts: n/a
Default

Hi Doug!

Ok I guess I will have to look deeper into your example. I was hoping this
was a three line macro. The dialog where you select the field containing the
email addrss, setting the subject and then send the emails looks like two
property settings to me and one call to a method send so I was hoping it was
possible to set these programtically (the properties and method below don't
exist but I was hoping that they do exist but maybe with another name).

Mydocument.active_email_property =
"my_mailmerge_field_containing_email_address "
Mydocument.subject_for_email = "Some subject"
Mydocument.send

Thanks for your help!
Regards
/Hans