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

Represents the event in the user's calendar More...

Inherits Object.

Public Member Functions

System::SharedPtr< DateRangeget_Duration () const
 Gets the event duration. More...
 
void set_Duration (System::SharedPtr< DateRange > value)
 Gets the event duration. More...
 
ExchangeUserBusyness get_Busyness () const
 Gets the user busyness. More...
 
void set_Busyness (ExchangeUserBusyness value)
 Gets the user busyness. More...
 
System::String get_Subject () const
 Gets the calendar event subject. More...
 
void set_Subject (System::String value)
 Gets the calendar event subject. More...
 
System::String get_Location () const
 Gets the appointment location. More...
 
void set_Location (System::String value)
 Gets the appointment location. More...
 
 ExchangeCalendarEvent ()
 Initializes a new instance of the ExchangeCalendarEvent class. More...
 

Friends

class Aspose::Email::Clients::Exchange::WebService::EWSClient2007
 

Detailed Description

Represents the event in the user's calendar

Constructor & Destructor Documentation

◆ ExchangeCalendarEvent()

Aspose::Email::Clients::Exchange::WebService::ExchangeCalendarEvent::ExchangeCalendarEvent ( )

Initializes a new instance of the ExchangeCalendarEvent class.

Member Function Documentation

◆ get_Busyness()

ExchangeUserBusyness Aspose::Email::Clients::Exchange::WebService::ExchangeCalendarEvent::get_Busyness ( ) const

Gets the user busyness.

◆ get_Duration()

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

Gets the event duration.

◆ get_Location()

System::String Aspose::Email::Clients::Exchange::WebService::ExchangeCalendarEvent::get_Location ( ) const

Gets the appointment location.

◆ get_Subject()

System::String Aspose::Email::Clients::Exchange::WebService::ExchangeCalendarEvent::get_Subject ( ) const

Gets the calendar event subject.

◆ set_Busyness()

void Aspose::Email::Clients::Exchange::WebService::ExchangeCalendarEvent::set_Busyness ( ExchangeUserBusyness  value)

Gets the user busyness.

◆ set_Duration()

void Aspose::Email::Clients::Exchange::WebService::ExchangeCalendarEvent::set_Duration ( System::SharedPtr< DateRange value)

Gets the event duration.

◆ set_Location()

void Aspose::Email::Clients::Exchange::WebService::ExchangeCalendarEvent::set_Location ( System::String  value)

Gets the appointment location.

◆ set_Subject()

void Aspose::Email::Clients::Exchange::WebService::ExchangeCalendarEvent::set_Subject ( System::String  value)

Gets the calendar event subject.

Friends And Related Function Documentation

◆ Aspose::Email::Clients::Exchange::WebService::EWSClient2007

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