/ Forums / Advansys Formativ / Creating Solutions with Formativ / Setting the CurrentItem.To_() Property / Reply To: Setting the CurrentItem.To_() Property
April 28, 2004 at 5:25 pm
#6973
I think CurrentItem.To_ should be assigned a fully-resolved email address (or list of addresses), eg.
CurrentItem.To_ = "johnfdoe@mortuary.com"
or
CurrentItem.To_ = "'John F. Doe' <johnfdoe@mortuary.com>"
To do what you require (assuming your address book contains the entry “John F. Doe”), enter text directly into the To: field on the composing message view:
call GroupWise.ItemSetText("X00", itfTo, "John F. Doe", TRUE)
I hope this helps.
Advansys Support