MailMergeRecipientDataPart.Recipients 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.OpenXmlMailMergeRecipientData. Setting this property will throw InvalidOperationException if the MailMergeRecipients property is not null.
public DocumentFormat.OpenXml.Wordprocessing.Recipients Recipients { get; set; }
public DocumentFormat.OpenXml.Wordprocessing.Recipients? Recipients { get; set; }
member this.Recipients : DocumentFormat.OpenXml.Wordprocessing.Recipients with get, set
Public Property Recipients As Recipients