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

Represents OOF mail tip More...

Inherits Object.

Public Member Functions

System::SharedPtr< Aspose::Email::Clients::Exchange::WebService::ReplyBodyget_ReplyBody () const
 Gets the OOF message response. More...
 
System::SharedPtr< DateRangeget_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
 

Detailed Description

Represents OOF mail tip

Constructor & Destructor Documentation

◆ OutOfOfficeMailTip()

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

Parameters
replyBodyContains the OOF message response.
durationContains the start and end time for sending OOF messages

Member Function Documentation

◆ get_Duration()

System::SharedPtr<DateRange> Aspose::Email::Clients::Exchange::WebService::OutOfOfficeMailTip::get_Duration ( ) const

Gets the start and end time for sending OOF messages

◆ get_ReplyBody()

System::SharedPtr<Aspose::Email::Clients::Exchange::WebService::ReplyBody> Aspose::Email::Clients::Exchange::WebService::OutOfOfficeMailTip::get_ReplyBody ( ) 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