Searched refs:gBody (Results 1 – 1 of 1) sorted by relevance
61 std::string gBody; variable165 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 14 milliseconds