RingCentral .Net SDK
Properties | List of all members
RingCentral.MessageAttachmentInfo Class Reference

Properties

long? id [get, set]
 Internal identifier of a message attachment Format: int64 More...
 
string uri [get, set]
 Canonical URI of a message attachment Format: uri More...
 
string type [get, set]
 Type of message attachment Enum: AudioRecording, AudioTranscription, Text, SourceDocument, RenderedDocument, MmsAttachment More...
 
string contentType [get, set]
 MIME type for a given attachment, for instance 'audio/wav' More...
 
long? vmDuration [get, set]
 Supported for Voicemail only. Duration of a voicemail in seconds Format: int32 More...
 
string fileName [get, set]
 Name of a file attached More...
 
long? size [get, set]
 Size of attachment in bytes Format: int32 More...
 
long? height [get, set]
 Attachment height in pixels if available Format: int32 More...
 
long? width [get, set]
 Attachment width in pixels if available Format: int32 More...
 

Property Documentation

◆ contentType

string RingCentral.MessageAttachmentInfo.contentType
getset

MIME type for a given attachment, for instance 'audio/wav'

◆ fileName

string RingCentral.MessageAttachmentInfo.fileName
getset

Name of a file attached

◆ height

long? RingCentral.MessageAttachmentInfo.height
getset

Attachment height in pixels if available Format: int32

◆ id

long? RingCentral.MessageAttachmentInfo.id
getset

Internal identifier of a message attachment Format: int64

◆ size

long? RingCentral.MessageAttachmentInfo.size
getset

Size of attachment in bytes Format: int32

◆ type

string RingCentral.MessageAttachmentInfo.type
getset

Type of message attachment Enum: AudioRecording, AudioTranscription, Text, SourceDocument, RenderedDocument, MmsAttachment

◆ uri

string RingCentral.MessageAttachmentInfo.uri
getset

Canonical URI of a message attachment Format: uri

◆ vmDuration

long? RingCentral.MessageAttachmentInfo.vmDuration
getset

Supported for Voicemail only. Duration of a voicemail in seconds Format: int32

◆ width

long? RingCentral.MessageAttachmentInfo.width
getset

Attachment width in pixels if available Format: int32


The documentation for this class was generated from the following file: