Skip to main content

I am going through Get Message Content Api:

https://platform.devtest.ringcentral.com/restapi/v1.0/account/accountId/extension/extensionId/message-store/messageId/content/attachmentId

here in: https://developers.ringcentral.com/api-reference/Message-Store/readMessageContent

As I can see it can read the message content. If an attachment is sent via fax I want to read and download that attachment content in my C# code.

Any C# sample where I can get the attachment content and download the binary content?

Reply