DomainPlug-insDocumentation
/home/pkhodos/work/trunk/ToolLibs/MailMessage/MailMsgStatus.h
Go to the documentation of this file.
00001 #ifndef _MAILMSGSTATUS_H_
00002 #define _MAILMSGSTATUS_H_
00003 
00009 enum MAIL_STATUS_INCOMING
00010 {
00011   MAIL_STATUS_IN_UNKNOWN = 1,  
00012   MAIL_STATUS_IN_SKIPPED = 2,  
00013   MAIL_STATUS_IN_ERROR = 3,    
00014   MAIL_STATUS_IN_PROCESSED = 4 
00015 };
00016 
00022 enum MAIL_STATUS_OUTGOING
00023 {
00024   MAIL_STATUS_OUT_SENT = 10,      
00025   MAIL_STATUS_OUT_SCHEDULED = 11  
00026 };
00027 
00028 #endif
00029 
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines