Represents OOF mail tip More...
Inherits Object.
Public Member Functions | |
System::SharedPtr< Aspose::Email::Clients::Exchange::WebService::ReplyBody > | get_ReplyBody () const |
Gets the OOF message response. More... | |
System::SharedPtr< DateRange > | get_Duration () const |
Gets the start and end time for sending OOF messages More... | |
OutOfOfficeMailTip (System::SharedPtr< Aspose::Email::Clients::Exchange::WebService::ReplyBody > replyBody, System::SharedPtr< DateRange > duration) | |
Initializes a new instance of the OutOfOfficeMailTip class More... | |
Friends | |
class | Aspose::Email::Clients::Exchange::WebService::EWSClient2010 |
Represents OOF mail tip
Aspose::Email::Clients::Exchange::WebService::OutOfOfficeMailTip::OutOfOfficeMailTip | ( | System::SharedPtr< Aspose::Email::Clients::Exchange::WebService::ReplyBody > | replyBody, |
System::SharedPtr< DateRange > | duration | ||
) |
Initializes a new instance of the OutOfOfficeMailTip class
replyBody | Contains the OOF message response. |
duration | Contains the start and end time for sending OOF messages |
System::SharedPtr<DateRange> Aspose::Email::Clients::Exchange::WebService::OutOfOfficeMailTip::get_Duration | ( | ) | const |
Gets the start and end time for sending OOF messages
System::SharedPtr<Aspose::Email::Clients::Exchange::WebService::ReplyBody> Aspose::Email::Clients::Exchange::WebService::OutOfOfficeMailTip::get_ReplyBody | ( | ) | const |
Gets the OOF message response.
|
friend |