#include <WinRecipient.h>
Public Member Functions | |
WinRecipient () | |
Default Constructor. | |
WinRecipient (const wstring &attendee) | |
Constructor: fills propertyMap parsing the vCalendar ATTENDEE string. | |
~WinRecipient () | |
Destructor. | |
int | parse (const wstring &attendee) |
Parse a vCalendar ATTENDEE string and fills the propertyMap. | |
wstring | toString () |
Format and return a vCalendar ATTENDEE string from the propertyMap. | |
int | getNamedEmail (wstring &attendee) |
bool | toVProperty (VProperty *vp) |
The object can be filled passing a vCalendar ATTENDEE string, or filling directly the map. Calling 'toString()' a vCalendar ATTENDEE is formatted and returned.