//////////////////////////////////////////////////////////////////////////
| 54 | |
| 55 | /////////////////////////////////////////////////////////////////////////////// |
| 56 | void cMailMessage::SetBody(const TSTRING& strBody) |
| 57 | { |
| 58 | mstrBody = strBody; |
| 59 | } |
| 60 | |
| 61 | |
| 62 | /////////////////////////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected