Aspose::Email::Calendar::ReminderAttendee Class Reference

Defines an "Attendee" within a alarm. More...

Inherits Object.

Public Member Functions

System::String get_Address () const
 Contains the email address. More...
 
void set_Address (System::String value)
 Contains the email address. More...
 
 ReminderAttendee (System::String address)
 Initialize a new instance of ReminderAttendee class. More...
 
System::SharedPtr< Model::Property::AttendeeProperty > ToCalendarAttendeeProperty ()
 

Friends

class Aspose::Email::Calendar::AppointmentReminder
 

Detailed Description

Defines an "Attendee" within a alarm.

Constructor & Destructor Documentation

◆ ReminderAttendee()

Aspose::Email::Calendar::ReminderAttendee::ReminderAttendee ( System::String  address)

Initialize a new instance of ReminderAttendee class.

Parameters
addressEmail address.

Member Function Documentation

◆ get_Address()

System::String Aspose::Email::Calendar::ReminderAttendee::get_Address ( ) const

Contains the email address.

◆ set_Address()

void Aspose::Email::Calendar::ReminderAttendee::set_Address ( System::String  value)

Contains the email address.

◆ ToCalendarAttendeeProperty()

System::SharedPtr<Model::Property::AttendeeProperty> Aspose::Email::Calendar::ReminderAttendee::ToCalendarAttendeeProperty ( )

Friends And Related Function Documentation

◆ Aspose::Email::Calendar::AppointmentReminder