Represents the event in the user's calendar More...
Inherits Object.
Public Member Functions | |
| System::SharedPtr< DateRange > | get_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 |
Represents the event in the user's calendar
| Aspose::Email::Clients::Exchange::WebService::ExchangeCalendarEvent::ExchangeCalendarEvent | ( | ) |
Initializes a new instance of the ExchangeCalendarEvent class.
| ExchangeUserBusyness Aspose::Email::Clients::Exchange::WebService::ExchangeCalendarEvent::get_Busyness | ( | ) | const |
Gets the user busyness.
| System::SharedPtr<DateRange> Aspose::Email::Clients::Exchange::WebService::ExchangeCalendarEvent::get_Duration | ( | ) | const |
Gets the event duration.
| System::String Aspose::Email::Clients::Exchange::WebService::ExchangeCalendarEvent::get_Location | ( | ) | const |
Gets the appointment location.
| System::String Aspose::Email::Clients::Exchange::WebService::ExchangeCalendarEvent::get_Subject | ( | ) | const |
Gets the calendar event subject.
| void Aspose::Email::Clients::Exchange::WebService::ExchangeCalendarEvent::set_Busyness | ( | ExchangeUserBusyness | value | ) |
Gets the user busyness.
| void Aspose::Email::Clients::Exchange::WebService::ExchangeCalendarEvent::set_Duration | ( | System::SharedPtr< DateRange > | value | ) |
Gets the event duration.
| void Aspose::Email::Clients::Exchange::WebService::ExchangeCalendarEvent::set_Location | ( | System::String | value | ) |
Gets the appointment location.
| void Aspose::Email::Clients::Exchange::WebService::ExchangeCalendarEvent::set_Subject | ( | System::String | value | ) |
Gets the calendar event subject.
|
friend |