Group:  Microsoft Outlook » microsoft.public.outlook.fax
Thread: Internet Fax

DotNetBag
.NET Development Newsgroups

HTVi
TV Discussion Newsgroups

Our Hot Pick: Rising Antivirus 2006 - Certified by TUV & Checkmark! Get 10% discount by entering this coupon code: ONDISCOUNT10
Rising Antivirus 2006

Internet Fax
"Ian Jenkins, MCSD" <jworksinc[ at ]gmail.com> 14.08.2006 16:01:40
Our company is looking at becoming a fax services provider. We want
clients to be able to send faxes through outlook and the rest of
Microsoft Office. I notice if you go to New > Internet Fax in outlook
it brings up a list of providers that offer this ability. What is
needed to be able to code an application like this? I cannot find
anything online about it.

Thanks

Re: Internet Fax
"Hal Hostetler [MVP P/I]" <hhh[ at ]kvoa.com> 15.08.2006 00:04:53
You might want to post the question in the Microsoft.Public.Win2000.Fax
group; this is where programmatic Fax concerns are worked.

Hal
--
Hal Hostetler, CPBE -- hhh[ at ]kvoa.com
Senior Engineer/MIS -- MS MVP-Print/Imaging -- WA7BGX
http://www.kvoa.com -- "When News breaks, we fix it!"
KVOA Television, Tucson, AZ. NBC Channel 4
Still Cadillacin' - www.badnewsbluesband.com

"Ian Jenkins, MCSD" <jworksinc[ at ]gmail.com> wrote in message
news:1155571300.401872.257270[ at ]m79g2000cwm.googlegroups.com...
[Quoted Text]
> Our company is looking at becoming a fax services provider. We want
> clients to be able to send faxes through outlook and the rest of
> Microsoft Office. I notice if you go to New > Internet Fax in outlook
> it brings up a list of providers that offer this ability. What is
> needed to be able to code an application like this? I cannot find
> anything online about it.
>
> Thanks
>


Re: Internet Fax
"Milly Staples [MVP - Outlook]" <MillyS[ at ]donteventhinkaboutmailingmeatmvps.org> 15.08.2006 02:55:26
YOu can also contact Microsoft directly about becoming a Marketplace
partner. Use any of the Contact Us links in the Office Marketplace site.

--
Milly Staples [MVP - Outlook]

Post all replies to the group to keep the discussion intact. All
unsolicited mail sent to my personal account will be deleted without
reading.

After furious head scratching, Ian Jenkins, MCSD asked:

| Our company is looking at becoming a fax services provider. We want
| clients to be able to send faxes through outlook and the rest of
| Microsoft Office. I notice if you go to New > Internet Fax in outlook
| it brings up a list of providers that offer this ability. What is
| needed to be able to code an application like this? I cannot find
| anything online about it.
|
| Thanks


Re: Internet Fax
"Fax Buddy" <walterc[ at ]globalaccessinc.com> 16.08.2006 14:48:04

Ian Jenkins, MCSD wrote:
[Quoted Text]
> Our company is looking at becoming a fax services provider. We want
> clients to be able to send faxes through outlook and the rest of
> Microsoft Office. I notice if you go to New > Internet Fax in outlook
> it brings up a list of providers that offer this ability. What is
> needed to be able to code an application like this? I cannot find
> anything online about it.
>
> Thanks

Re: Internet Fax
"Fax Buddy" <walterc[ at ]globalaccessinc.com> 16.08.2006 15:15:49
Mr. Jenkins, if I understand correctly you want to offer an Internet
based fax service to your clients.

At Global Access, Inc. we developed and are continously improving our
OnLine Fax(tm) software and service since 1996. The Internet Fax
application you describe would need to be programmed using .net or some
other software development language. Let me describe how our service
works so you'll be better equipped as you plan your project.

There are two parts to our fax service, the server and the client
software, each has thousands of man hours invested in its development.
Most such services work with one or multiple servers located in a
central datacenter which receives traditional fax documents turning
them into digital files, in our case Adobe PDFs, then delivering to the
user/clients email inbox. Likewise, when a user/client sends a fax, the
digital document and routing information is transmitted from the
desktop computer via the Internet to the server(s), which immediately
converts it to a traditional fax, dials the recipients number and sends
the document to their fax machine. The concept works just like having
a fax server in a business, but instead of connecting desktop computers
to the server by a LAN, they're connected by the Internet. Using the
Internet for connectivity gives us the ability to have users anywhere
in the world that has Internet access. For the user, all that's
necessary to begin OnLine Faxing is our software installed on their
computer(s) and an email address. Presto! They're faxing in a few
minutes.

I would be glad to answer any additional questions you have. Our web
site may also help www.onlinefax.com.

Regards,
Walter

Ian Jenkins, MCSD wrote:
[Quoted Text]
> Our company is looking at becoming a fax services provider. We want
> clients to be able to send faxes through outlook and the rest of
> Microsoft Office. I notice if you go to New > Internet Fax in outlook
> it brings up a list of providers that offer this ability. What is
> needed to be able to code an application like this? I cannot find
> anything online about it.
>
> Thanks

Re: Internet Fax
"Ian Jenkins, MCSD" <jworksinc[ at ]gmail.com> 16.08.2006 16:03:17
I understand it takes a lot of man hours to create the backend
application. However, what I am most interested in is the coding
involved on the client side, specifically, with Microsoft Office 2003.
I want to know what needs to be done to windows specifically to take
advantage of the Send To > Internet Fax... menu option.

Thanks


Fax Buddy wrote:
[Quoted Text]
> Mr. Jenkins, if I understand correctly you want to offer an Internet
> based fax service to your clients.
>
> At Global Access, Inc. we developed and are continously improving our
> OnLine Fax(tm) software and service since 1996. The Internet Fax
> application you describe would need to be programmed using .net or some
> other software development language. Let me describe how our service
> works so you'll be better equipped as you plan your project.
>
> There are two parts to our fax service, the server and the client
> software, each has thousands of man hours invested in its development.
> Most such services work with one or multiple servers located in a
> central datacenter which receives traditional fax documents turning
> them into digital files, in our case Adobe PDFs, then delivering to the
> user/clients email inbox. Likewise, when a user/client sends a fax, the
> digital document and routing information is transmitted from the
> desktop computer via the Internet to the server(s), which immediately
> converts it to a traditional fax, dials the recipients number and sends
> the document to their fax machine. The concept works just like having
> a fax server in a business, but instead of connecting desktop computers
> to the server by a LAN, they're connected by the Internet. Using the
> Internet for connectivity gives us the ability to have users anywhere
> in the world that has Internet access. For the user, all that's
> necessary to begin OnLine Faxing is our software installed on their
> computer(s) and an email address. Presto! They're faxing in a few
> minutes.
>
> I would be glad to answer any additional questions you have. Our web
> site may also help www.onlinefax.com.
>
> Regards,
> Walter
>
> Ian Jenkins, MCSD wrote:
> > Our company is looking at becoming a fax services provider. We want
> > clients to be able to send faxes through outlook and the rest of
> > Microsoft Office. I notice if you go to New > Internet Fax in outlook
> > it brings up a list of providers that offer this ability. What is
> > needed to be able to code an application like this? I cannot find
> > anything online about it.
> >
> > Thanks

Re: Internet Fax
"Milly Staples [MVP - Outlook]" <MillyS[ at ]donteventhinkaboutmailingmeatmvps.org> 17.08.2006 00:56:12
Then MSDN is the first place to start.

--
Milly Staples [MVP - Outlook]

Post all replies to the group to keep the discussion intact. All
unsolicited mail sent to my personal account will be deleted without
reading.

After furious head scratching, Ian Jenkins, MCSD asked:

| I understand it takes a lot of man hours to create the backend
| application. However, what I am most interested in is the coding
| involved on the client side, specifically, with Microsoft Office 2003.
| I want to know what needs to be done to windows specifically to take
| advantage of the Send To > Internet Fax... menu option.
|
| Thanks
|
|
| Fax Buddy wrote:
|| Mr. Jenkins, if I understand correctly you want to offer an Internet
|| based fax service to your clients.
||
|| At Global Access, Inc. we developed and are continously improving our
|| OnLine Fax(tm) software and service since 1996. The Internet Fax
|| application you describe would need to be programmed using .net or
|| some other software development language. Let me describe how our
|| service works so you'll be better equipped as you plan your project.
||
|| There are two parts to our fax service, the server and the client
|| software, each has thousands of man hours invested in its
|| development. Most such services work with one or multiple servers
|| located in a central datacenter which receives traditional fax
|| documents turning them into digital files, in our case Adobe PDFs,
|| then delivering to the user/clients email inbox. Likewise, when a
|| user/client sends a fax, the digital document and routing
|| information is transmitted from the desktop computer via the
|| Internet to the server(s), which immediately converts it to a
|| traditional fax, dials the recipients number and sends the document
|| to their fax machine. The concept works just like having a fax
|| server in a business, but instead of connecting desktop computers to
|| the server by a LAN, they're connected by the Internet. Using the
|| Internet for connectivity gives us the ability to have users
|| anywhere in the world that has Internet access. For the user, all
|| that's necessary to begin OnLine Faxing is our software installed on
|| their computer(s) and an email address. Presto! They're faxing in a
|| few minutes.
||
|| I would be glad to answer any additional questions you have. Our web
|| site may also help www.onlinefax.com.
||
|| Regards,
|| Walter
||
|| Ian Jenkins, MCSD wrote:
||| Our company is looking at becoming a fax services provider. We want
||| clients to be able to send faxes through outlook and the rest of
||| Microsoft Office. I notice if you go to New > Internet Fax in
||| outlook it brings up a list of providers that offer this ability.
||| What is needed to be able to code an application like this? I
||| cannot find anything online about it.
|||
||| Thanks


Home | Search | Terms | Imprint | Contact
Newsgroups Reader - provided by WiredBox.Net