Source code of Windows XP (NT5)
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.
|
|
//Microsoft Developer Studio generated resource script. // #include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 2 resource. // #include "winnt.h"
///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS
///////////////////////////////////////////////////////////////////////////// // English (U.S.) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) #ifdef _WIN32 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US #pragma code_page(1252) #endif //_WIN32
#ifdef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // TEXTINCLUDE //
1 TEXTINCLUDE DISCARDABLE BEGIN "resource.h\0" END
2 TEXTINCLUDE DISCARDABLE BEGIN "#include ""winnt.h""\r\n" "\0" END
3 TEXTINCLUDE DISCARDABLE BEGIN "1 TYPELIB ""smtpadm.tlb""\r\n" "\0" END
#endif // APSTUDIO_INVOKED
///////////////////////////////////////////////////////////////////////////// // // Version //
#define OLEREGISTER
#define RC_VERSION_FILE_DESCRIPTION "SMTP OLE Admin Interface DLL\0" #define RC_VERSION_INTERNAL_NAME "smtpadm.dll\0" #define RC_VERSION_ORIGINAL_FILE_NAME "smtpadm.dll\0"
#include <bldver.rc>
///////////////////////////////////////////////////////////////////////////// // // String Table //
STRINGTABLE DISCARDABLE BEGIN IDS_SMTPADMIN_DESC "SmtpAdmin Class" IDS_SMTPADMIN_SERVICE_DESC "SmtpAdminService Class" IDS_SMTPADMIN_VIRTUALSERVER_DESC "SmtpAdminVirtualServer Class" IDS_SMTPADMIN_VIRTUALDIRECTORY_DESC "SmtpAdminVirtualDirectory Class" IDS_SMTPADMIN_SESSIONS_DESC "SmtpAdminSessions Class" IDS_SMTPADMIN_ALIAS_DESC "SmtpAdminAlias Class" IDS_SMTPADMIN_USER_DESC "SmtpAdminUser Class" IDS_SMTPADMIN_DL_DESC "SmtpAdminDL Class" IDS_SMTPADMIN_DOMAIN_DESC "SmtpAdminDomain Class" IDS_TCPACCESS_DESC "TcpAccess Class" IDS_TCPACCESSEXCEPTIONS_DESC "TcpAccessExceptions Class" IDS_TCPACCESSEXCEPTION_DESC "TcpAccessException Class" END
STRINGTABLE DISCARDABLE BEGIN IDS_SMTPEXCEPTION_DIDNT_ENUMERATE "You must call Enumerate before calling this property" IDS_SMTPEXCEPTION_DIDNT_SET_CURSOR "You must call GetNth before calling this property" IDS_SMTPEXCEPTION_INVALID_INDEX "The index is out of range. The index must be >= 0 and < Count" IDS_SMTPEXCEPTION_MUST_SUPPLY_USERNAME_OR_IPADDRESS "You must supply a value for either Username or IpAddress" IDS_SMTPEXCEPTION_SERVICE_INSTANCE_CANT_BE_ZERO "The ServiceInstance property must be set to a non-zero value before calling this method." IDS_SMTPEXCEPTION_DIDNT_CALL_GET "You must call the Get method before calling the Set method" IDS_SMTPEXCEPTION_STRING_TOO_LONG "The string is too long." IDS_SMTPEXCEPTION_PROPERTY_OUT_OF_RANGE "The property value is not within the correct range." END
STRINGTABLE DISCARDABLE BEGIN IDS_SMTPEXCEPTION_DIDNT_FIND "You must call Find before calling this method" END
STRINGTABLE DISCARDABLE BEGIN IDS_UNKNOWN_ERROR "Unknown Error (%1!d!)" IDS_SMTPEXCEPTION_INVALID_ADDRESS "Invalid email address." IDS_SMTPEXCEPTION_CANT_DEL_DEFAULT_DOMAIN "Can'e remove default domain." END
#endif // English (U.S.) resources /////////////////////////////////////////////////////////////////////////////
#ifndef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 3 resource. // 1 TYPELIB "smtpadm.tlb"
///////////////////////////////////////////////////////////////////////////// #endif // not APSTUDIO_INVOKED
|