Displaying All the Forward Addresses of a Mail Domain User

Command name

EGetForwardList.exe

Parameters

DomainName - Name of the mail domain.

UserName - Name of the mail domain user.

Result

The API displays the forwards for the specified username, one on each line.

If "u1" is a user on a mail domain "foo.com" and has two forward records defined: "u1@alternatemail.com" and "u1@mymail.com", then the output of "EGetForwardList.exe foo.com u1" should print the following on the standard output

u1@alternatemail.com

u1@mymail.com