objfaxserver = createcomobject("FaxComEx.FaxServer")
objfaxserver~connect("atl-dc-02")
objreceiptoptions = objfaxserver~receiptoptions()
SAY "Allowed receipts:" objreceiptoptions~allowedreceipts
SAY "Authentication type:" objreceiptoptions~authenticationtype
SAY "SMTP password:" objreceiptoptions~smtppassword
SAY "SMTP port:" objreceiptoptions~smtpport
SAY "SMTP sender:" objreceiptoptions~smtpsender
SAY "SMTP server:" objreceiptoptions~smtpserver
SAY "SMTP user:" objreceiptoptions~smtpuser
SAY "Use for inbound routing:" objreceiptoptions~useforinboundrouting |