Home
last modified time | relevance | path

Searched refs:gBody (Results 1 – 1 of 1) sorted by relevance

/trunk/main/shell/source/win32/sysmail/
H A Dsenddoc.cxx61 std::string gBody; variable
165 pMapiMessage->lpszNoteText = (gBody.length() ? const_cast<char*>(gBody.c_str()) : NULL); in initMapiMessage()
230 gBody = argv[i+1]; in initParameter()
310 if (gBody.length() > 0) in dumpParameter()
311 oss << "--body" << " " << gBody << std::endl; in dumpParameter()

Completed in 21 milliseconds