7 lines
192 B
Text
7 lines
192 B
Text
module ooo { module vba { module excel {
|
|
constants XlMailSystem {
|
|
const long xlMAPI = 1;
|
|
const long xlNoMailSystem = 0;
|
|
const long xlPowerTalk = 2;
|
|
};
|
|
}; }; };
|