MailMergeRecipientDataPart.Recipients Property

Definition

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

Property Value

Applies to