I'm trying to do MailMerge by automating Word.
When I use the option SendToEmail as Destination,
how can I set the addressfield programmatically?
Set the value of e.g.
ActiveDocument.MailMerge.MailAddressFieldName
to the name of the field you want to use.
or if you have a reference to the Mail Merge Main document called oDoc, set
the value of
oDoc.MailMerge.MailAddressFieldName
Peter Jamieson
> I'm trying to do MailMerge by automating Word.
> When I use the option SendToEmail as Destination,
> how can I set the addressfield programmatically?
Christof Nordiek - 12 Apr 2005 16:47 GMT
Thanks
that's what i searched.
> Set the value of e.g.
>
[quoted text clipped - 12 lines]
>> When I use the option SendToEmail as Destination,
>> how can I set the addressfield programmatically?