C# 클래스 RingCentral.Http.Attachment

파일 보기 프로젝트 열기: ringcentral/ringcentral-csharp 1 사용 예제들

공개 메소드들

메소드 설명
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