Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Fax Capabilities
Message
From
03/02/1997 06:42:36
 
 
To
01/02/1997 17:50:18
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
00019041
Message ID:
00019106
Views:
40
>Does anyone know of any third party controls that can be used with standard pc fax modems that allow faxing capabilities from VFP? I've checked a few different vendors, but they only support fax boards that are CAS compliant. Any suggestions would be helpful.
>
>Thanks,
>Sean

Sean,

Our IDSMail OLE Server will let you send fax's from VFP if you have the Microsoft fax software installed, or if you have an Email --> Fax gateway on your network. IDSMail is a universal-Email send/receive programming interface.

For example, this code will send a fax:
Local idsMail 
idsMail = CreateObject("IDSMailInterface.Server") 
idsMail.ObjectKey = "ABC123"    
idsMail.AddRecipientTo (fax:555-1212")   
idsMail.AddAttachment ("C:\MEETINGS\AGENDA.DOC") 
idsMail.Subject = "Meeting Agenda" 
idsMail.Message = "Here is the agenda for the weekly meeting." 
idsMail.Send 
Info at http://www.intuitive-data.com

Regards,

Eric June
Intuitive Data Solutions
Regards,

Eric June
Intuitive Data Solutions

--------- We Make OLE Servers Intuitive --------------
Eric June ejune@intuitive-data.com
Intuitive Data Solutions fax: (408) 776-1267
Send/Rcv Email *EASILY* through SMTP/POP, VIM, MAPI,
MHS & VINES http://www.intuitive-data.com/idsmail.htm
------------------------------------------------------
Previous
Reply
Map
View

Click here to load this message in the networking platform