J
Johny
Hello,
first of all, I am sorry for my poor english.
I made a form in tasks. Default outlook fields are printed by this:
oDoc.FormFields("Mileage").Result = CStr(Mileage)
My own fields are printed by this: strMyField =
Item.UserProperties.Find("field1.")
oDoc.FormFields("fieldA").Result = strMyField
In the task is filled contact. Iam beginner in VB and I found previous
commands on this site.Please, could you advise me, how to print fields from
contact (like telephone or adress) which is filled in the task ?
Thank you very much
first of all, I am sorry for my poor english.
I made a form in tasks. Default outlook fields are printed by this:
oDoc.FormFields("Mileage").Result = CStr(Mileage)
My own fields are printed by this: strMyField =
Item.UserProperties.Find("field1.")
oDoc.FormFields("fieldA").Result = strMyField
In the task is filled contact. Iam beginner in VB and I found previous
commands on this site.Please, could you advise me, how to print fields from
contact (like telephone or adress) which is filled in the task ?
Thank you very much