//////////////////////////////////////////////////////////////////////////
| 89 | |
| 90 | /////////////////////////////////////////////////////////////////////////////// |
| 91 | void cMailMessage::AttachFile(const TSTRING& strFullPath) |
| 92 | { |
| 93 | mvstrAttachments.push_back(strFullPath); |
| 94 | } |
| 95 | |
| 96 | |
| 97 | /////////////////////////////////////////////////////////////////////////////// |