Accessing the Fax Console programmatically

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
 
R

Renu Bhattar \(MSFT\)

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.
 
R

Renu Bhattar \(MSFT\)

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top