C# Class RingCentral.Http.Attachment

ファイルを表示 Open project: ringcentral/ringcentral-csharp Class Usage Examples

Public Methods

Method Description
Attachment ( string fileName, string contentType, byte byteArray )

Constructor that initializes an attachment that can be sent via fax

Method Details

Attachment() public method

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