MSOutlook: <NewEmail>

Erstellt eine neue E-Mail in Microsoft Outlook.

Parameter:

NameAnzahl VorkommnisseDatentypBeschreibung
<To>0-1StringE-Mail-Empfänger
<CC>0-1StringEmpfänger einer Kopie der E-Mail
<Subject>1StringBetreff
<Body>1StringE-Mail Inhalt
<BodyFormat>0-1IntegerSpezifiziert in Microsoft.Office.Interop.Outlook.OlBodyFormat.

Werte:

0 = olFormatUnspecified
1 = olFormatPlain
2 = olFormatHTML
3 = olFormatRichText

<Send>0BooleanE-Mail sofort senden oder als Entwurf behalten
<Attachment>0-nFileE-Mail Anhänge

Beispiel:

<MSOutlook>
<Open>
<NewEmail>
<To>example@example.com</To>
<Subject>Example subj</Subject>
<Body>Sample body</Body>
<Send>False</Send>
</NewEmail>
</MSOutlook>