Erstellt eine neue E-Mail in Microsoft Outlook.
Parameter:
| Name | Anzahl Vorkommnisse | Datentyp | Beschreibung |
|---|---|---|---|
| <To> | 0-1 | String | E-Mail-Empfänger |
| <CC> | 0-1 | String | Empfänger einer Kopie der E-Mail |
| <Subject> | 1 | String | Betreff |
| <Body> | 1 | String | E-Mail Inhalt |
| <BodyFormat> | 0-1 | Integer | Spezifiziert in Microsoft.Office.Interop.Outlook.OlBodyFormat. Werte: 0 = olFormatUnspecified |
| <Send> | 0 | Boolean | E-Mail sofort senden oder als Entwurf behalten |
| <Attachment> | 0-n | File | E-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>
