Accessing the Fax Console programmatically

  • Thread starter Thread starter Pj
  • Start date Start date
P

Pj

Hi There

I need to write a utility that can access the Fax Console. ( I need to
be able to Access / Delete items in the Sent Items folder )

Is there an API ( c++ or c# preferably ) that will allow me to do this?


Or, even better, are the items displayed in the fax console simply
files stored on the server somewhere?

Any help greatly appreciated...


Pj
 
You can refer to the following link:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fax/faxinta_n_0f77.asp

Fax Service COM Reference has Fax Folders object that can be used to access
the folders, queued jobs, and archived messages on a fax server.

Also, if you want to know location of the inbox/sent items,

For Win2003,
1. goto Fax Service Manager
2.Fax->Properties
3. Inbox tab - Gives location for the incoming faxes
4. Sent Items tab - gives location for the sent items.

For XP,
By default, it is
<systemdrive>\Documents and Settings\All Users\Application
Data\Microsoft\Windows NT\MSFax

---

Renu Bhattar [MSFT]

Microsoft Printing, Imaging and Faxing
This posting isprovided "AS IS" with no warranties and confers no rights.
Please do not send mail directly to this aloas. This alias is for newsgroup
purposes only.
 
You can refer to the following link:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fax/faxinta_n_0f77.asp

Fax Service COM Reference has Fax Folders object that can be used to access
the folders, queued jobs, and archived messages on a fax server.

Also, if you want to know location of the inbox/sent items,

For Win2003,
1. goto Fax Service Manager
2.Fax->Properties
3. Inbox tab - Gives location for the incoming faxes
4. Sent Items tab - gives location for the sent items.

For XP,
By default, it is
<systemdrive>\Documents and Settings\All Users\Application
Data\Microsoft\Windows NT\MSFax

---

Renu Bhattar [MSFT]

Microsoft Printing, Imaging and Faxing
This posting isprovided "AS IS" with no warranties and confers no rights.
Please do not send mail directly to this aloas. This alias is for newsgroup
purposes only.
 
Back
Top