Represents the mapi calendar attendees More...
Inherits Object.
Public Member Functions | |
| bool | get_ResponseRequested () const |
| Gets a value indicating whether a response is requested to a Message object. More... | |
| void | set_ResponseRequested (bool value) |
| Sets a value indicating whether a response is requested to a Message object. More... | |
| bool | get_NotAllowPropose () const |
| Gets a value indicating whether attendees are not allowed to propose a new date and/or time for the meeting. More... | |
| void | set_NotAllowPropose (bool value) |
| Sets a value indicating whether attendees are not allowed to propose a new date and/or time for the meeting. More... | |
| System::SharedPtr< MapiRecipientCollection > | get_AppointmentRecipients () const |
| Gets a list of attendees. More... | |
| void | set_AppointmentRecipients (System::SharedPtr< MapiRecipientCollection > value) |
| Sets a list of attendees. More... | |
| System::SharedPtr< MapiRecipientCollection > | get_AppointmentUnsendableRecipients () const |
| Gets a list of unsendable attendees. More... | |
| void | set_AppointmentUnsendableRecipients (System::SharedPtr< MapiRecipientCollection > value) |
| Sets a list of unsendable attendees. More... | |
| MapiCalendarAttendees () | |
| Initializes a new instance of the MapiCalendarAttendees class More... | |
| MapiCalendarAttendees (System::SharedPtr< MapiMessageItemBase > msg) | |
| Initializes a new instance of the MapiCalendarAttendees class More... | |
| void | ToEventProperties (System::SharedPtr< Aspose::Email::Calendar::Model::Component::EventComponent > eventComponent) |
| Converts the properties of this instance into the corresponding properties of iCalendar VEVENT component More... | |
Friends | |
| class | Aspose::Email::Mapi::MapiCalendar |
Represents the mapi calendar attendees
| Aspose::Email::Mapi::MapiCalendarAttendees::MapiCalendarAttendees | ( | ) |
Initializes a new instance of the MapiCalendarAttendees class
| Aspose::Email::Mapi::MapiCalendarAttendees::MapiCalendarAttendees | ( | System::SharedPtr< MapiMessageItemBase > | msg | ) |
Initializes a new instance of the MapiCalendarAttendees class
| msg | A MapiMessage of calendar type |
| System::SharedPtr<MapiRecipientCollection> Aspose::Email::Mapi::MapiCalendarAttendees::get_AppointmentRecipients | ( | ) | const |
Gets a list of attendees.
| System::SharedPtr<MapiRecipientCollection> Aspose::Email::Mapi::MapiCalendarAttendees::get_AppointmentUnsendableRecipients | ( | ) | const |
Gets a list of unsendable attendees.
| bool Aspose::Email::Mapi::MapiCalendarAttendees::get_NotAllowPropose | ( | ) | const |
Gets a value indicating whether attendees are not allowed to propose a new date and/or time for the meeting.
| bool Aspose::Email::Mapi::MapiCalendarAttendees::get_ResponseRequested | ( | ) | const |
Gets a value indicating whether a response is requested to a Message object.
| void Aspose::Email::Mapi::MapiCalendarAttendees::set_AppointmentRecipients | ( | System::SharedPtr< MapiRecipientCollection > | value | ) |
Sets a list of attendees.
| void Aspose::Email::Mapi::MapiCalendarAttendees::set_AppointmentUnsendableRecipients | ( | System::SharedPtr< MapiRecipientCollection > | value | ) |
Sets a list of unsendable attendees.
| void Aspose::Email::Mapi::MapiCalendarAttendees::set_NotAllowPropose | ( | bool | value | ) |
Sets a value indicating whether attendees are not allowed to propose a new date and/or time for the meeting.
| void Aspose::Email::Mapi::MapiCalendarAttendees::set_ResponseRequested | ( | bool | value | ) |
Sets a value indicating whether a response is requested to a Message object.
| void Aspose::Email::Mapi::MapiCalendarAttendees::ToEventProperties | ( | System::SharedPtr< Aspose::Email::Calendar::Model::Component::EventComponent > | eventComponent | ) |
Converts the properties of this instance into the corresponding properties of iCalendar VEVENT component
| eventComponent | A EventComponent |
|
friend |