EmailDLL Online Manual
DLL Operator Codes:
Symbol Name Value Description
val_AddBCC
7
Add one or more blind carbon copy recipients
val_AddCC
9
Add one or more carbon copy recipients
val_AddMessageLine
13
Add a line to the message text
val_AddOtherHeader
15
Add a non-standard header line
val_AddRecipient
5
Add one or more recipients
val_ClearBCC
6
Clear the Blind Carbon Copy recipients
val_ClearCC
8
Clear the carbon copy recipients
val_ClearMessage
12
Clear the message text
val_ClearOtherHeaders
14
Clear the non-standard header lines
val_ClearRecipients
4
Clear the list of recipients
val_FreeEmail
20
Destroy the DLL-based email object
val_NewEmail
1
Create a new email object
val_SendMessage
17
Transmit the message
val_SetDate
10
Set the date header line
val_SetFrom
3
Set the From header line
val_SetMailServer
2
Set the email SMTP server
val_SetMaxAttempts
18
Set the number of attempts before giving up
val_SetMessageFile
19
Name a text file to include in the message
val_SetReplyTo
11
Set the ReplyTo header line
val_SetSubject
16
Set the Subject line
Yes, I know the numbers are out of order. That's just the order they were defined in. Life is like that sometimes.
Click on
to view a usage sample
|