Parent Directory
|
Revision Log
|
Patch
revision 244 by twoaday, Mon Jul 3 14:10:21 2006 UTC | revision 248 by twoaday, Fri Jul 28 11:11:09 2006 UTC | |
---|---|---|
# | Line 137 mapi_send_ascfile (char *ascfile) | Line 137 mapi_send_ascfile (char *ascfile) |
137 | if (rc == MAPI_E_USER_ABORT) | if (rc == MAPI_E_USER_ABORT) |
138 | rc = SUCCESS_SUCCESS; | rc = SUCCESS_SUCCESS; |
139 | if (rc != SUCCESS_SUCCESS) | if (rc != SUCCESS_SUCCESS) |
140 | MessageBox (NULL, _("Could not sent mail."), "MAPI", MB_ICONERROR|MB_OK); | MessageBox (NULL, _("Could not send mail."), "MAPI", MB_ICONERROR|MB_OK); |
141 | ||
142 | fail: | fail: |
143 | mapi_logoff (hd, 0, 0, 0); | mapi_logoff (hd, 0, 0, 0); |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |