C# Класс RingCentral.Http.Attachment

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Attachment ( string fileName, string contentType, byte byteArray )

Constructor that initializes an attachment that can be sent via fax

Описание методов

Attachment() публичный Метод

Constructor that initializes an attachment that can be sent via fax
public Attachment ( string fileName, string contentType, byte byteArray )
fileName string Name of the attachment
contentType string content type that is a valid MIME type supported by Ring Central
byteArray byte the byte array contents of the file being attached