:: org :: openoffice :: vba :: Excel ::

constants group XlMailSystem

Constants
xlMAPI  
xlNoMailSystem  
xlPowerTalk  
Constants' Details
xlMAPI
const short xlMAPI = 1;
xlNoMailSystem
const short xlNoMailSystem = 0;
xlPowerTalk
const short xlPowerTalk = 2;
Top of Page