Represents user availability information More...
Inherits Object.
Public Member Functions | |
System::SharedPtr< TimeZoneTime > | get_DaylightTime () const |
void | set_DaylightTime (System::SharedPtr< TimeZoneTime > value) |
System::SharedPtr< TimeZoneTime > | get_StandardTime () const |
void | set_StandardTime (System::SharedPtr< TimeZoneTime > value) |
int32_t | get_TimeZoneInfoBias () const |
void | set_TimeZoneInfoBias (int32_t value) |
System::String | get_User () const |
Gets the user smtp address. More... | |
void | set_User (System::String value) |
Gets the user smtp address. More... | |
System::SharedPtr< ExchangeCalendarEventCollection > | get_CalendarAppointments () const |
Gets the calendar appointments in the user's calendar. More... | |
System::SharedPtr< ExchangeUserWorkingHoursCollection > | get_WorkingHours () const |
Gets the working hours. More... | |
ExchangeUserAvailability () | |
Initializes a new instance of the ExchangeUserAvailability class. More... | |
System::SharedPtr< DateRange > | GetWorkingHours (System::DateTime date) |
Gets the working hours in the specified date taking into account the user's timezone. More... | |
Friends | |
class | Aspose::Email::Clients::Exchange::WebService::EWSClient2007 |
Represents user availability information
Aspose::Email::Clients::Exchange::WebService::ExchangeUserAvailability::ExchangeUserAvailability | ( | ) |
Initializes a new instance of the ExchangeUserAvailability class.
System::SharedPtr<ExchangeCalendarEventCollection> Aspose::Email::Clients::Exchange::WebService::ExchangeUserAvailability::get_CalendarAppointments | ( | ) | const |
Gets the calendar appointments in the user's calendar.
System::SharedPtr<TimeZoneTime> Aspose::Email::Clients::Exchange::WebService::ExchangeUserAvailability::get_DaylightTime | ( | ) | const |
System::SharedPtr<TimeZoneTime> Aspose::Email::Clients::Exchange::WebService::ExchangeUserAvailability::get_StandardTime | ( | ) | const |
int32_t Aspose::Email::Clients::Exchange::WebService::ExchangeUserAvailability::get_TimeZoneInfoBias | ( | ) | const |
System::String Aspose::Email::Clients::Exchange::WebService::ExchangeUserAvailability::get_User | ( | ) | const |
Gets the user smtp address.
System::SharedPtr<ExchangeUserWorkingHoursCollection> Aspose::Email::Clients::Exchange::WebService::ExchangeUserAvailability::get_WorkingHours | ( | ) | const |
Gets the working hours.
System::SharedPtr<DateRange> Aspose::Email::Clients::Exchange::WebService::ExchangeUserAvailability::GetWorkingHours | ( | System::DateTime | date | ) |
Gets the working hours in the specified date taking into account the user's timezone.
date | The date to get information for. |
void Aspose::Email::Clients::Exchange::WebService::ExchangeUserAvailability::set_DaylightTime | ( | System::SharedPtr< TimeZoneTime > | value | ) |
void Aspose::Email::Clients::Exchange::WebService::ExchangeUserAvailability::set_StandardTime | ( | System::SharedPtr< TimeZoneTime > | value | ) |
void Aspose::Email::Clients::Exchange::WebService::ExchangeUserAvailability::set_TimeZoneInfoBias | ( | int32_t | value | ) |
void Aspose::Email::Clients::Exchange::WebService::ExchangeUserAvailability::set_User | ( | System::String | value | ) |
Gets the user smtp address.
|
friend |