Aspose::Email::Clients::Exchange::WebService::CallInformation Class Reference

Phone call information More...

Inherits Object.

Public Member Functions

ConnectionFailureCause get_FailureCause () const
 Connection failure cause More...
 
void set_FailureCause (ConnectionFailureCause value)
 Connection failure cause More...
 
PhoneCallState get_CallState () const
 Phone call statuses. More...
 
void set_CallState (PhoneCallState value)
 Phone call statuses. More...
 
System::String get_SIPResponse () const
 SIP response More...
 
void set_SIPResponse (System::String value)
 SIP response More...
 
int32_t get_SIPResponseCode () const
 SIP response code This list details all the SIP response codes defined in IETF RFCs and registered with the IANA as of 18 April 2013. It also includes SIP response codes defined in obsolete SIP RFCs (specifically, RFC 2543), which are therefore not registered with the IANA; these are explicitly noted as such. 1xx—Provisional Responses 2xx—Successful Responses 3xx—Redirection Responses 4xx—Client Failure Responses 5xx—Server Failure Responses 6xx—Global Failure Responses More...
 
void set_SIPResponseCode (int32_t value)
 SIP response code This list details all the SIP response codes defined in IETF RFCs and registered with the IANA as of 18 April 2013. It also includes SIP response codes defined in obsolete SIP RFCs (specifically, RFC 2543), which are therefore not registered with the IANA; these are explicitly noted as such. 1xx—Provisional Responses 2xx—Successful Responses 3xx—Redirection Responses 4xx—Client Failure Responses 5xx—Server Failure Responses 6xx—Global Failure Responses More...
 
 CallInformation (PhoneCallState callState, ConnectionFailureCause failureCause, int32_t sipResponseCode, System::String sipResponse)
 

Friends

class Aspose::Email::Clients::Exchange::WebService::EWSClient2010
 

Detailed Description

Phone call information

Constructor & Destructor Documentation

◆ CallInformation()

Aspose::Email::Clients::Exchange::WebService::CallInformation::CallInformation ( PhoneCallState  callState,
ConnectionFailureCause  failureCause,
int32_t  sipResponseCode,
System::String  sipResponse 
)

Member Function Documentation

◆ get_CallState()

PhoneCallState Aspose::Email::Clients::Exchange::WebService::CallInformation::get_CallState ( ) const

Phone call statuses.

◆ get_FailureCause()

ConnectionFailureCause Aspose::Email::Clients::Exchange::WebService::CallInformation::get_FailureCause ( ) const

Connection failure cause

◆ get_SIPResponse()

System::String Aspose::Email::Clients::Exchange::WebService::CallInformation::get_SIPResponse ( ) const

SIP response

◆ get_SIPResponseCode()

int32_t Aspose::Email::Clients::Exchange::WebService::CallInformation::get_SIPResponseCode ( ) const

SIP response code This list details all the SIP response codes defined in IETF RFCs and registered with the IANA as of 18 April 2013. It also includes SIP response codes defined in obsolete SIP RFCs (specifically, RFC 2543), which are therefore not registered with the IANA; these are explicitly noted as such. 1xx—Provisional Responses 2xx—Successful Responses 3xx—Redirection Responses 4xx—Client Failure Responses 5xx—Server Failure Responses 6xx—Global Failure Responses

◆ set_CallState()

void Aspose::Email::Clients::Exchange::WebService::CallInformation::set_CallState ( PhoneCallState  value)

Phone call statuses.

◆ set_FailureCause()

void Aspose::Email::Clients::Exchange::WebService::CallInformation::set_FailureCause ( ConnectionFailureCause  value)

Connection failure cause

◆ set_SIPResponse()

void Aspose::Email::Clients::Exchange::WebService::CallInformation::set_SIPResponse ( System::String  value)

SIP response

◆ set_SIPResponseCode()

void Aspose::Email::Clients::Exchange::WebService::CallInformation::set_SIPResponseCode ( int32_t  value)

SIP response code This list details all the SIP response codes defined in IETF RFCs and registered with the IANA as of 18 April 2013. It also includes SIP response codes defined in obsolete SIP RFCs (specifically, RFC 2543), which are therefore not registered with the IANA; these are explicitly noted as such. 1xx—Provisional Responses 2xx—Successful Responses 3xx—Redirection Responses 4xx—Client Failure Responses 5xx—Server Failure Responses 6xx—Global Failure Responses

Friends And Related Function Documentation

◆ Aspose::Email::Clients::Exchange::WebService::EWSClient2010

friend class Aspose::Email::Clients::Exchange::WebService::EWSClient2010
friend