Skip to content

Commit

Permalink
Create index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkeinecke committed Aug 13, 2018
1 parent eb7ed84 commit eccb74d
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: Den Betreff einer neuen E-Mail in Apple Mail setzen
---

## Den Betreff einer neuen E-Mail in Apple Mail setzen

Getestet mit: Mac OS X 10.3.5 und AppleScript 1.9.3

Wenn Sie den Betreff einer neuen E-Mail im Programm "Mail" setzen möchten, dann können Sie dies wie folgt tun:

```applescript
tell application "Mail"
set subject of outgoing message ¬
1 to "Hier steht der Betreff"
end tell
```

Beachten Sie, dass das Fenster für eine neue E-Mail bereits offen sein muss.

0 comments on commit eccb74d

Please sign in to comment.