//////////////////////////////////////////////////////////////////////////
| 82 | |
| 83 | /////////////////////////////////////////////////////////////////////////////// |
| 84 | void cMailMessage::AddRecipient(const TSTRING& strRecipient) |
| 85 | { |
| 86 | mvstrRecipients.push_back(strRecipient); |
| 87 | } |
| 88 | |
| 89 | |
| 90 | /////////////////////////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected