|
ComposeEmail procedure
Shell utilities routines |
|
| acUtils
|
| procedure ComposeEmail(Address, Name, Subject, Message, CC, BCC: String);
|
| The ComposeEmail procedure opens the default email program and automatically fills the form fields with specified parameters:
|
|
|
| Parameter | Meaning
|
| Address | the email address of recipient;
|
| Name | recipient name;
|
| Subject | pre-defined subject line;
|
| Message | pre-defined signature;
|
| CC | carbon-copies (separate multiple email addresses with semicolon ";")
|
| BCC | blind carbon-copy.
|
| OpenURL and IsOnline functions;
|
| acURLLabel component.
|