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 |
Represents the OOF message response.
| Aspose::Email::Clients::Exchange::WebService::ReplyBody::ReplyBody | ( | System::String | message, |
| System::String | language | ||
| ) |
Initializes a new instance of the ReplyBody class
| message | Contains the OOF message response. |
| language | Indicates the language that the OOF message was written in. |
| System::String Aspose::Email::Clients::Exchange::WebService::ReplyBody::get_Language | ( | ) | const |
Gets the language that the OOF message was written in.
| System::String Aspose::Email::Clients::Exchange::WebService::ReplyBody::get_Message | ( | ) | const |
Gets the OOF message response.
|
friend |