I downloaded the sample C# app and can successfully send a fax. When I try to create my own program, I get that SendFaxMessageRequest is not defined. I have "using RingCentral" at the top of the program.
var requestParams = new SendFaxMessageRequest();
The sample was using RingCentral.Net 1.1.1. I went up to version 4.1 and get the SendFaxMessageRequest error.
Playing around a bit, it appears to happen for any version of the SDK from 2.0 on.
Is there different code I should be using instead of the sample. I'm thinking I don't want to go to production with version 1.1.1 of the .net SDK.
This is a 3.1 .net Code console application.
Thank you,
Bruce