C# Class RingCentral.Http.Attachment

Afficher le fichier Open project: ringcentral/ringcentral-csharp Class Usage Examples

Méthodes publiques

Méthode Description
Attachment ( string fileName, string contentType, byte byteArray )

Constructor that initializes an attachment that can be sent via fax

Method Details

Attachment() public méthode

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