<< Click to Display Table of Contents >> Navigation: »No topics above this level« Template Engine |
With the integration of a Template engine in Exchange Server Toolbox, it is now possible to use variables in diverse actions. Almost everywhere, where an action needs a text parameter, you can use the "Add variable" button to add a variable, which then will be evaluated at runtime.
Variable |
Meaning |
|
[$Time$] |
Current clock time (format is system specific) |
|
[$Date$] |
Current date (format is system specific) |
|
[$DateAndTime$] |
Current date and time (format is system specific) |
|
[$MessageID$] |
The message ID of the email. |
|
[$ReceivedTime$] |
The time a message was received |
|
[$RemoteIP$] |
The IP of the server your Exchange Server got the email from. |
|
[$DeliveryAborted$] |
Indicates whether the delivery of the email was aborted - [true,false] |
|
[$Refused$] |
Indicates whether the email was refused by the server - [true,false] |
|
[$VirusName$] |
If the email contains a virus, the value of the variable is the virus name. |
|
[$HasVirus$] |
Indicates whether the email has a virus - [true,false] |
|
[$IsSpam$] |
Indicates whether this is a spam email - [true,false] |
|
[$SpamReport$] |
Outputs the spam assassin's spam report. |
|
[$SCLValue$] |
Spam Confidence Level: for more information click here. |
|
[$BackupPath$] |
The path, where the email has been saved. |
|
[$SpamScore$] |
The spam assassin's value, rating the incoming email as spam or no spam. |
|
[$HtmlBody$] |
The html source code of the message body |
|
[$PlainText$] |
The plain text of the message body |
|
[$SMTPRecipients$] |
List of the SMTP recipients of the email. |
|
[$Size$] |
The size of the email (in kB). |
|
[$Subject$] |
The subject of the email. |
|
[$Sender$] |
The sender of the email. |
|
[$SenderSMTP$] |
The SMTP sender of the email. |