Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sending mail if Outlook Express is not default MAPI client?
Message
De
02/04/1999 10:44:15
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Titre:
Sending mail if Outlook Express is not default MAPI client?
Divers
Thread ID:
00204649
Message ID:
00204649
Vues:
68
I use Windows 98 with Outlook Express and Microsoft Exchange.

In OE Tools/Options "Make Outlook Express my default Simple MAPI client" is not selected because I want to send faxes with Exchange from Word.

I try to initialize OE MAPI session using the following program:

oleMAPISession = createobject( "MSMAPI.MAPISession.1" )
if isnull( oleMAPISession )
return
endif

with oleMAPISession
.UserName = 'User'
.Password = ''
.Signon()

This produces an message Incorrect profile and produces Exchange profile dialog and fails. If OE is default MAPI client, this works.
How I can send e-mail with OE if it is not default mapi client?
Andrus
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform