Go to the source code of this file.
◆ CM_BAD
◆ CM_ERASE
◆ CM_GOOD
◆ CM_UNKNOWN
◆ __GetLocalFileName()
| __DCL_BEGIN_NAMESPACE String __GetLocalFileName |
( |
const String & | strAttachDir, |
|
|
const String & | strDsID, |
|
|
const String & | strMessageID, |
|
|
const String & | strAttachNo ) |
|
inline |
Definition at line 27 of file MessageDetailView.cpp.
33{
34 return strAttachDir
35 + strDsID + L"/"
36 + strMessageID + L"-"
37 + strAttachNo + L".dat";
38}
◆ IMPLEMENT_CLASSINFO_EX()
Definition at line 48 of file MessageDetailView.cpp.
52{
53 __nParts = 5;
54 __nRows = 20;
55
56 __nFilter = 0;
57 __nSubject = 0;
58}