I'm using a OLE Object to connect to Word:
OLEObject contact_ltr
contact_ltr = CREATE OLEObject
li_result = contact_ltr.ConnectToNewObject("Word.application")
Then I replace bookmarks one of which need to be a mailto link. How do I this? So, far I'm only able to get the email address to display in the document as text not a link.