Help for this page

Select Code to Download


  1. or download this
    open(CSV,">import.csv"); #open file to import to Exchange
    
    ...
    $exchCommand .= "/d " . $refRS->Fields("mailServer")->value;
    $exchCommand .= " /n /o  options.txt";
    my $exchOut = `$exchCommand`;