COM/API method with SBS 2k Shared Faz

S

Stig Jarle Bu

Hi,

We have problem to programatically send fax from a native ordering-system.
The clients computers have the shared fax clients installed, and the server
had the Shared Fax Server service running - and all works fine with the
"Send fax wizard". However, we also wants to use the COM/API method as the
Code below - which end in a errorstate.

Dim FaxServer As Object
Set FaxServer = CreateObject("FaxServer.FaxServer")
FaxServer.Connect (Server Name)
etc.

We have searched the web - and found some contrary information if this is
available for the SBS shared fax:

- According to a tread in the microsoft.public.backoffice.smallbiz2000
group - by Sean Daniel [MSFT] - he says: "Sorry, there are no such public
APIs (especially no COM APIs) for SBS2k fax"
http://groups.google.com/groups?hl=...01c1a9e8$1b279410$19ef2ecf@tkmsftngxa01#link8

- According to this link the COM/API method is some way supported :
http://members.optusnet.com.au/~hssandler1/fspfaq.htm#Q4.

- According to this link the COM/API method is supported:
http://msdn.microsoft.com/msdnmag/issues/01/08/FaxServ/default.aspx

So - We need to find out: - Does or doesn`t the Shared Fax in SBS2k
support the COM/API method?

Regards
Stig Jarle Bu
 
C

Chandrasekar [MSFT]

Only Win2k supports COM/C Apis to send faxes programmatically. SBS2k has no
public Apis using which u can programmatically send a fax.

Thanks,
--
Chandrasekar R
Microsoft Printing, Imaging and Fax Team
This posting is provided "AS IS" with no warranties, and confers no rights.
Please do not send email directly to this alias. 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