MailMerge.MainDocumentType 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.
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.