﻿Custom Fax Header Reference:

Sample header string: "  %d %t   %-23c -> %-23n  %p"
Sample output       : "  11/12/2009  09:00AM  +1(908) 555-1234       -> 8005551234                                001"

Supported tokens:

%d      current date using locale in short form

%l      current date using locale in long form

%c      csid of fax channel

%s      sender name

%r      recipient name

%p      page number placeholder

%n      fax number dialed

%%      place a literal % in the string


**You can also optionally left justify and pad strings in the form of "%-25r" which equates to, display the recipient, but pad the output to 25 spaces.
