Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site











SourceForge.net Logo

MAPIAppointment

 

class MAPIAppointment : public MAPIObject

Outlook meeting/appointment.

 

 

Constructor detail


 

MAPIAppointment()

Default constructor.

 

Public Method List


 

String GetSubject()

Gets meeting subject.

 


 

String GetLocation()

Gets meeting location.

 


 

Time GetStartTime()

Gets meeting start time.

 


 

Time GetEndTime()

Gets meeting end time

 


 

bool SetSubject(const String &szSubject)

Sets meeting subject in szSubject.

 


 

bool SetLocation(const String &szLocation)

Sets meeting location in szLocation.

 


 

bool SetStartTime(const Time &tm)

Sets meeting start time in tm.

 


 

bool SetEndTime(const Time &tm)

Sets meeting end time in tm.

 

 

Do you want to contribute?