grippstick

Results 4 comments of grippstick

I attempted to upgrade to Docusign C# SDK 5.9 and everything just crashes, because of the RestSharp dependency. I get "System.MissingMethodException: Method not found: 'Void RestSharp.RestClient.set_Proxy(System.Net.IWebProxy)'.", when I attempt to...

I do not see a way to get a stream for Message Attachments. The code I am using is: ``` var attachment = await graphClient.Me .Messages[msgId] .Attachments[attachmentID] .Request() .GetAsync() .ConfigureAwait(false)...

Even if I wanted to get the entire MimeFile, I cannot provide the options needed to download efficiently. `var strm = await graphClient.Me.Messages[""].Content.Request().GetAsync().ConfigureAwait(false);`

I gave up :( On Wed, Mar 22, 2023, 1:55 PM Darren Miller ***@***.***> wrote: > Closed #713 as > completed. > > — > Reply to this email directly,...