MailMergeRecipientDataPart.MailMergeRecipients Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the part's root element when the part's content type is MailMergeRecipientDataPartType.MsWordMailMergeRecipientData. Setting this property will throw InvalidOperationException if the Recipients property is not null.
public DocumentFormat.OpenXml.Office.Word.MailMergeRecipients MailMergeRecipients { get; set; }
public DocumentFormat.OpenXml.Office.Word.MailMergeRecipients? MailMergeRecipients { get; set; }
member this.MailMergeRecipients : DocumentFormat.OpenXml.Office.Word.MailMergeRecipients with get, set
Public Property MailMergeRecipients As MailMergeRecipients