Global Text Parameters
When replying to received message, you can use these global text parameters:
- %Time% - The current system time formatted using default
user locale. To change the default formatting you can append your custom format. Consult the
Windows Time Format to see how to make the custom format string.
- %Date% - The current system date formatted using default
user locale. To change the default formatting you can append your custom format. Consult the
Windows Date Format to see how to make the custom format string.
- %InboxCount% - The number of messages in the Inbox.
- %OutboxCount% - The number of messages in the Outbox.
- %ConnectionCount% - The number of connections in the Connections window.
- %ActiveConnectionCount% - The number of active connections.
- %ContactCount% - The number of contacts in the Address Book.
Additional text parameters for inserting special characters:
- %% - Inserts the percentage character.
- %TAB% - Inserts the tab character.
- %CR% - Inserts the carriage return character.
- %LF% - Inserts the line feed character.
- %CRLF% - Inserts both the carriage return and line feed
characters.
For example:
- %DateM/d/yy% - returns the current system date formatted
using M/d/yy as a format string.