SaveAsEmail

List of XpressDox commands and functions by Category

All Commands and Functions listed by Category Email Command or Function Name Description and Examples AddBCCAddress Add a BCC email address when assembling to an email   «AddBCCAddress()» AddCCAddress Add a CC address when assembling to an email  «AddCCAddress()» AddToAddress Add a “To” email address when assembling to an email ...

AddCCAddress - XpressDox

Add additional addresses to your XpressDox email template After using the SaveAsEmail or SendAsEmail functions, additional addressees can be added to the XpressDox email template. This function is the same as the AddBCCAddress function but instead of adding BCC addresses, you can add CC addresses to the template.

SaveAsEmail - XpressDox

This function enables you to save the assembled document as an .eml (email) file. Once assembled, the .eml file is ready to be sent via Outlook.   View a quick demo of the SaveAsEmail function:   Command structure: «SaveAsEmail('jack@email.com','Information required')»   SaveAsEmail takes 2 parameters, the email address to whom...

SendAsEmail - XpressDox

Save XpressDox templates as emails This function is similar to the SaveAsEmail function, except that the XpressDox template is assembled to an email (eml) and sent directly from the web. Command structure: «SendAsEmail('jack@email.com','Information required')» SendAsEmail takes 2 parameters, the email address to whom the email should be sent and the...
Loading...