Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
544 B

  1. #define IDS_SUCCESS_CREATEUSER 5000
  2. #define IDS_SUCCESS_CREATEMAILBOX 5001
  3. #define IDS_SUCCESS_SENDMAIL 5002
  4. #define IDS_WARNING_ERRORSIGNORED 5100
  5. #define IDS_ERROR_UNKNOWN 5200
  6. #define IDS_ERROR_CREATEUSER_FAILED 5201
  7. #define IDS_ERROR_CREATEMAILBOX_FAILED 5202
  8. #define IDS_ERROR_SENDMAIL_FAILED 5203
  9. #define IDS_ERROR_MUSTBERUNFROMCURDIR 5250
  10. #define IDS_ERROR_POP3REQUIRED 5251