MailMerge.MailAddressFieldName Property
Returns or sets the name of the field that contains e-mail addresses that are used when the mail merge destination is electronic mail.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property MailAddressFieldName As String
Get
Set
'Usage
Dim instance As MailMerge
Dim value As String
value = instance.MailAddressFieldName
instance.MailAddressFieldName = value
string MailAddressFieldName { get; set; }
Property Value
Type: System.String