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

Notification payload body More...

Properties

long? id [get, set]
 Internal identifier of a message Format: int64 More...
 
NotificationRecipientInfo[] to [get, set]
 Message receiver(s) information More...
 
SenderInfo from [get, set]
 
string type [get, set]
 Type of message Enum: Voicemail More...
 
string creationTime [get, set]
 Message creation date/time in ISO 8601 format including timezone, for example 2019-03-10T18:07:52.534Z Format: date-time More...
 
string lastModifiedTime [get, set]
 Date/time when a message was modified in ISO 8601 format including timezone, for example 2019-03-10T18:07:52.534Z Format: date-time More...
 
string readStatus [get, set]
 Message read status Enum: Read, Unread More...
 
string priority [get, set]
 Message priority Enum: Normal, High More...
 
MessageAttachmentInfo[] attachments [get, set]
 Message attachment data More...
 
string direction [get, set]
 Text message direction. Note that for some message types not all directions are allowed. For example voicemail messages can be only inbound Enum: Inbound, Outbound More...
 
string availability [get, set]
 Message availability status. Message in 'Deleted' state is still preserved with all its attachments and can be restored. 'Purged' means that all attachments are already deleted and the message itself is about to be physically deleted shortly Enum: Alive, Deleted, Purged More...
 
string subject [get, set]
 Message subject. It replicates message text which is also returned as an attachment More...
 
string messageStatus [get, set]
 Message status. Different message types may have different allowed status values. For outbound faxes the aggregated message status is returned. If, for outbound message, a status for at least one recipient is 'Queued', then the 'Queued' value is returned. If a status for at least one recipient is 'SendingFailed', then the 'SendingFailed' value is returned. In other cases the 'Sent' status is returned Enum: Queued, Sent, Delivered, DeliveryFailed, SendingFailed, Received More...
 
string vmTranscriptionStatus [get, set]
 Status of a voicemail to text transcription. Specifies if a voicemail message transcription is already completed or not If 'VoicemailToText' feature is not activated for account, the 'NotAvailable' value is returned Enum: NotAvailable, InProgress, TimedOut, Completed, CompletedPartially, Failed, Unknown More...
 

Detailed Description

Notification payload body

Property Documentation

◆ attachments

MessageAttachmentInfo [] RingCentral.VoicemailMessageEventBody.attachments
getset

Message attachment data

◆ availability

string RingCentral.VoicemailMessageEventBody.availability
getset

Message availability status. Message in 'Deleted' state is still preserved with all its attachments and can be restored. 'Purged' means that all attachments are already deleted and the message itself is about to be physically deleted shortly Enum: Alive, Deleted, Purged

◆ creationTime

string RingCentral.VoicemailMessageEventBody.creationTime
getset

Message creation date/time in ISO 8601 format including timezone, for example 2019-03-10T18:07:52.534Z Format: date-time

◆ direction

string RingCentral.VoicemailMessageEventBody.direction
getset

Text message direction. Note that for some message types not all directions are allowed. For example voicemail messages can be only inbound Enum: Inbound, Outbound

◆ from

SenderInfo RingCentral.VoicemailMessageEventBody.from
getset

◆ id

long? RingCentral.VoicemailMessageEventBody.id
getset

Internal identifier of a message Format: int64

◆ lastModifiedTime

string RingCentral.VoicemailMessageEventBody.lastModifiedTime
getset

Date/time when a message was modified in ISO 8601 format including timezone, for example 2019-03-10T18:07:52.534Z Format: date-time

◆ messageStatus

string RingCentral.VoicemailMessageEventBody.messageStatus
getset

Message status. Different message types may have different allowed status values. For outbound faxes the aggregated message status is returned. If, for outbound message, a status for at least one recipient is 'Queued', then the 'Queued' value is returned. If a status for at least one recipient is 'SendingFailed', then the 'SendingFailed' value is returned. In other cases the 'Sent' status is returned Enum: Queued, Sent, Delivered, DeliveryFailed, SendingFailed, Received

◆ priority

string RingCentral.VoicemailMessageEventBody.priority
getset

Message priority Enum: Normal, High

◆ readStatus

string RingCentral.VoicemailMessageEventBody.readStatus
getset

Message read status Enum: Read, Unread

◆ subject

string RingCentral.VoicemailMessageEventBody.subject
getset

Message subject. It replicates message text which is also returned as an attachment

◆ to

NotificationRecipientInfo [] RingCentral.VoicemailMessageEventBody.to
getset

Message receiver(s) information

◆ type

string RingCentral.VoicemailMessageEventBody.type
getset

Type of message Enum: Voicemail

◆ vmTranscriptionStatus

string RingCentral.VoicemailMessageEventBody.vmTranscriptionStatus
getset

Status of a voicemail to text transcription. Specifies if a voicemail message transcription is already completed or not If 'VoicemailToText' feature is not activated for account, the 'NotAvailable' value is returned Enum: NotAvailable, InProgress, TimedOut, Completed, CompletedPartially, Failed, Unknown


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