MailMerge.MailAddressFieldName Property
Word Developer Reference |
Returns or sets the name of the field that contains e-mail addresses that are used when the mail merge destination is electronic mail. Read/write String.
Syntax
expression.MailAddressFieldName
expression An expression that returns a MailMerge object.
Example
This example merges the document named "FormLetter.doc" with its attached data document and sends the results to the e-mail addresses stored in the Email merge field.
Visual Basic for Applications |
---|
|
See Also