Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
3answers
2k views

RightFax and .NET?

How easy is it to integrate RightFax with .NET/C#? We are considering FaxMan, Windows Fax Server also, but we came across RightFax. We basically need to be able to send faxes through a .NET App, ...
4
votes
2answers
2k views

Send fax (with Right Fax COM API rfcomapi.dll) from SSIS

We are trying to have faxes automatically be sent from within an SSIS package. We have figured out how to send faxes utilizing the Right Fax COM API (rfcomapi.dll) But our issue is that in order to ...
3
votes
2answers
497 views

RightFax C# System.AccessViolationException

I'm trying to send faxes through RightFax COM API Library. RFCOMAPILib.FaxServer server = new RFCOMAPILib.FaxServer(); server.ServerName = "xxx"; server.Protocol = ...
3
votes
4answers
3k views

How to generate a fax and send it in code

I have a business requirement to generate a fax and send it to the recipient. I know the recipients name and fax number and there is a PDF that will be attached. This process will run daily and ...
2
votes
4answers
2k views

PDF to PCL conversion

In my Java application, I have PDF files that I eventually need to convert to PCL and send to a RightFax server. I'll also need to embed codes in the PCL files that RightFax will read to know where to ...
1
vote
2answers
423 views

SSIS with COM Interop fails when run as a scheduled job

I have an SSIS Package that utilizes a COM Interop (Interop.RFCOMAPILib.dll) around RightFax's COM API (rfcomapi.dll). The Interop assembly has been GAC'd so that we can use it within the SSIS ...
0
votes
0answers
64 views

RightFax Via Application Hosted on IIS

I'm having an issue getting connected to our RightFax server. If I create a sample project in C# and use the code below I can connect just fine. The problem is I need the same code in an application ...
0
votes
1answer
306 views

Using the RFCOMAPIlib (RightFax COM API): Unable to cast COM object

I'm working with the RightFax COM API. What I want to do is simply send a fax with an attachment. Simple right? That question has been answered a few times. However, when I use some of that code in my ...
0
votes
0answers
152 views

How to send RightFax email from RFCOMAPI

Here is what I currently have: var faxserver = new FaxServerClass { ServerName = "{server ip}", AuthorizationUserID = @"{my ...
0
votes
0answers
288 views

Sending SMS with RightFax and C#?

I'm sure .NET can do this and here on SO I've found how to do it with email and attachments but not just a straight SMS message. Wondering if anyone could point me to some example code
0
votes
0answers
581 views

RightFax C# through RFCOMAPILib - Attachments

I'm trying to send faxes through RightFax in an efficient manner. My users need to fax PDFs and even though the application is working fine, it is very slow for bulk sending (> 20 recipients, taking ...
0
votes
1answer
350 views

Retrieve an image of the fax sent using RFCOMAPILib (RIGHTFAX)

Can anyone tell me if there is a way to retrieve a copy of the fax that was sent using the RFCOMAPILib? I am able to send faxes easily, but a new requirement has come up that the fax that was sent be ...
0
votes
0answers
621 views

Crystal Report with embedded codes (in a native printer font - Courier) to a RightFax printer (server) is not working

We are using Visual Studio 2005 and 2008, sending a Crystal Report with embedded codes (in a native printer font - Courier) to a RightFax printer (server). Visual Studio 2003 works; this process ...
0
votes
1answer
2k views

RightFax embedded codes: Fax number seen as invalid

Here is in essence what my PCL file looks like with embedded codes. The fax codes are embedded where they are because that's the only location where RightFax even recognizes that they exist. ...
0
votes
1answer
419 views

RIghtFax Esoteric error message in .NET 1.1

I have a problem with rightfax component Interop.RFCOMAPILib.dll version 1.0.0.0 , using VB .NET 1.1. It works in severals enviroments , but it doesn´t in Production. It returns this message in the ...