Freigeben über


MailMerge.MailFormat Eigenschaft

Definition

Gibt eine WdMailMergeMailFormat Konstante zurück, die das Format darstellt, das verwendet werden soll, wenn das Seriendruckziel eine E-Mail-Nachricht ist.

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

Eigenschaftswert

Hinweise

WdMailMergeMailFormat kann eine der folgenden WdMailMergeMailFormat-Konstanten sein:

wdMailFormatHTML Sendet Seriendruck-E-Mail-Dokumente im HTML-Format.

wdMailFormatPlainText Sendet Seriendruck-E-Mail-Dokumente mit Nur-Text.

Die MailFormat-Eigenschaft wird ignoriert, wenn die MailAsAttachment Eigenschaft auf True festgelegt ist.

Gilt für: