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

Sender/initiator caller information More...

Properties

string phoneNumber [get, set]
 Phone number of a party. Usually it is a plain number including country and area code like 18661234567. But sometimes it could be returned from database with some formatting applied, for example (866)123-4567. This property is filled in all cases where parties communicate by means of global phone numbers, for example when calling to direct numbers or sending/receiving SMS More...
 
string extensionNumber [get, set]
 Extension short number (usually 3 or 4 digits). This property is filled when parties communicate by means of short internal numbers, for example when calling to other extension or sending/receiving Company Pager message More...
 
string extensionId [get, set]
 Internal identifier of an extension More...
 
string name [get, set]
 Symbolic name associated with a party. If the phone does not belong to the known extension, only the location is returned, the name is not determined then More...
 
string location [get, set]
 Contains party location (city, state) if one can be determined from phoneNumber. This property is filled only when phoneNumber is not empty and server can calculate location information from it (for example, this information is unavailable for US toll-free numbers) More...
 
CallLogRecordDeviceInfo device [get, set]
 
string dialerPhoneNumber [get, set]
 Dialer phone number without any format modifications. Returned for inbound calls More...
 

Detailed Description

Sender/initiator caller information

Property Documentation

◆ device

CallLogRecordDeviceInfo RingCentral.CallLogFromParty.device
getset

◆ dialerPhoneNumber

string RingCentral.CallLogFromParty.dialerPhoneNumber
getset

Dialer phone number without any format modifications. Returned for inbound calls

◆ extensionId

string RingCentral.CallLogFromParty.extensionId
getset

Internal identifier of an extension

◆ extensionNumber

string RingCentral.CallLogFromParty.extensionNumber
getset

Extension short number (usually 3 or 4 digits). This property is filled when parties communicate by means of short internal numbers, for example when calling to other extension or sending/receiving Company Pager message

◆ location

string RingCentral.CallLogFromParty.location
getset

Contains party location (city, state) if one can be determined from phoneNumber. This property is filled only when phoneNumber is not empty and server can calculate location information from it (for example, this information is unavailable for US toll-free numbers)

◆ name

string RingCentral.CallLogFromParty.name
getset

Symbolic name associated with a party. If the phone does not belong to the known extension, only the location is returned, the name is not determined then

◆ phoneNumber

string RingCentral.CallLogFromParty.phoneNumber
getset

Phone number of a party. Usually it is a plain number including country and area code like 18661234567. But sometimes it could be returned from database with some formatting applied, for example (866)123-4567. This property is filled in all cases where parties communicate by means of global phone numbers, for example when calling to direct numbers or sending/receiving SMS


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