ClientRecipient Class Reference
[Outlook Wrapper]
List of all members.
|
Public Member Functions |
| ClientRecipient (const std::wstring &namedEmail) |
| ClientRecipient (const std::wstring &name, const std::wstring &email) |
| ClientRecipient (Redemption::ISafeRecipientPtr recPtr) |
std::wstring | getName () const |
std::wstring | getEmail () const |
std::wstring | getNamedEmail () const |
int | getStatus () const |
void | setName (const std::wstring &name) |
void | setEmail (const std::wstring &email) |
Private Member Functions |
bool | read () |
bool | parseNamedEmail (const std::wstring &namedEmail) |
void | fixExchangeAddress () |
Private Attributes |
std::wstring | name |
std::wstring | email |
int | status |
bool | hasPtr |
Redemption::ISafeRecipientPtr | pSafeRecipient |
Detailed Description
The documentation for this class was generated from the following files:
- C:/cygwin/home/forge/outlook-trunk/install/output/export/mainclientDll/src/include/outlook/ClientRecipient.h
- C:/cygwin/home/forge/outlook-trunk/install/output/export/mainclientDll/src/cpp/ClientRecipient.cpp