Aspose::Email::Mapi::MapiCalendarAttendees Class Referencefinal

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< MapiRecipientCollectionget_AppointmentRecipients () const
 Gets a list of attendees. More...
 
void set_AppointmentRecipients (System::SharedPtr< MapiRecipientCollection > value)
 Sets a list of attendees. More...
 
System::SharedPtr< MapiRecipientCollectionget_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
 

Detailed Description

Represents the mapi calendar attendees

Constructor & Destructor Documentation

◆ MapiCalendarAttendees() [1/2]

Aspose::Email::Mapi::MapiCalendarAttendees::MapiCalendarAttendees ( )

Initializes a new instance of the MapiCalendarAttendees class

◆ MapiCalendarAttendees() [2/2]

Aspose::Email::Mapi::MapiCalendarAttendees::MapiCalendarAttendees ( System::SharedPtr< MapiMessageItemBase msg)

Initializes a new instance of the MapiCalendarAttendees class

Parameters
msgA MapiMessage of calendar type

Member Function Documentation

◆ get_AppointmentRecipients()

System::SharedPtr<MapiRecipientCollection> Aspose::Email::Mapi::MapiCalendarAttendees::get_AppointmentRecipients ( ) const

Gets a list of attendees.

◆ get_AppointmentUnsendableRecipients()

System::SharedPtr<MapiRecipientCollection> Aspose::Email::Mapi::MapiCalendarAttendees::get_AppointmentUnsendableRecipients ( ) const

Gets a list of unsendable attendees.

◆ get_NotAllowPropose()

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.

◆ get_ResponseRequested()

bool Aspose::Email::Mapi::MapiCalendarAttendees::get_ResponseRequested ( ) const

Gets a value indicating whether a response is requested to a Message object.

◆ set_AppointmentRecipients()

void Aspose::Email::Mapi::MapiCalendarAttendees::set_AppointmentRecipients ( System::SharedPtr< MapiRecipientCollection value)

Sets a list of attendees.

◆ set_AppointmentUnsendableRecipients()

void Aspose::Email::Mapi::MapiCalendarAttendees::set_AppointmentUnsendableRecipients ( System::SharedPtr< MapiRecipientCollection value)

Sets a list of unsendable attendees.

◆ set_NotAllowPropose()

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.

◆ set_ResponseRequested()

void Aspose::Email::Mapi::MapiCalendarAttendees::set_ResponseRequested ( bool  value)

Sets a value indicating whether a response is requested to a Message object.

◆ ToEventProperties()

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

Parameters
eventComponentA EventComponent

Friends And Related Function Documentation

◆ Aspose::Email::Mapi::MapiCalendar

friend class Aspose::Email::Mapi::MapiCalendar
friend