with this code :
Code: Select all
if FWGetOleObject( "outlook.application" ) == nil
MsgInfo( "outlook is not available" )
else
MsgInfo( "outlook is available" )
endif
Any idea ?
Best regards
Code: Select all
if FWGetOleObject( "outlook.application" ) == nil
MsgInfo( "outlook is not available" )
else
MsgInfo( "outlook is available" )
endif