MailMergeRecipientDataPart.MailMergeRecipients Property

Definition

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

Property Value

Applies to