Aspose::Email::Clients::Exchange::WebService::ReplyBody Class Referencefinal

Represents the OOF message response. More...

Inherits Object.

Public Member Functions

System::String get_Message () const
 Gets the OOF message response. More...
 
System::String get_Language () const
 Gets the language that the OOF message was written in. More...
 
 ReplyBody (System::String message, System::String language)
 Initializes a new instance of the ReplyBody class More...
 

Friends

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

Detailed Description

Represents the OOF message response.

Constructor & Destructor Documentation

◆ ReplyBody()

Aspose::Email::Clients::Exchange::WebService::ReplyBody::ReplyBody ( System::String  message,
System::String  language 
)

Initializes a new instance of the ReplyBody class

Parameters
messageContains the OOF message response.
languageIndicates the language that the OOF message was written in.

Member Function Documentation

◆ get_Language()

System::String Aspose::Email::Clients::Exchange::WebService::ReplyBody::get_Language ( ) const

Gets the language that the OOF message was written in.

◆ get_Message()

System::String Aspose::Email::Clients::Exchange::WebService::ReplyBody::get_Message ( ) const

Gets the OOF message response.

Friends And Related Function Documentation

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

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