MailMerge.MainDocumentType Property

Definition

Returns or sets the mail merge main document type.

public:
 property Microsoft::Office::Interop::Word::WdMailMergeMainDocType MainDocumentType { Microsoft::Office::Interop::Word::WdMailMergeMainDocType get(); void set(Microsoft::Office::Interop::Word::WdMailMergeMainDocType value); };
public Microsoft.Office.Interop.Word.WdMailMergeMainDocType MainDocumentType { get; set; }
member this.MainDocumentType : Microsoft.Office.Interop.Word.WdMailMergeMainDocType with get, set
Public Property MainDocumentType As WdMailMergeMainDocType

Property Value

Remarks

The MainDocumentType property can be one of the following WdMailMergeMainDocType constants:

wdCatalog

wdDirectory

wdEMail

wdEnvelopes

wdFax

wdFormLetters

wdMailingLabels

wdNotAMergeDocument

If you set this property for a document that's already a main document, the attached data source is removed.

Applies to