Dear friends,
with this code :
always "Outlook is available".
Any idea ?
Best regards
with this code :
  if FWGetOleObject( "outlook.application" ) == nil
     MsgInfo( "outlook is not available" )
    else Â
     MsgInfo( "outlook is available" )
    endifalways "Outlook is available".
Any idea ?
Best regards