Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is Outlook MAPI compliant?
Message
 
 
À
02/10/2007 14:32:23
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01258035
Message ID:
01258036
Vues:
15
>Hi,
>
>I modelled a part of my application on the Solutions example for sending mail. Here's the code I use:
>
>
with Thisform.oMAPI
>	m.lcEmailAddress = oApp.GetClientEmail(oApp.inPersonId)
>	IF NOT EMPTY(m.lcEmailAddress)
>		.AddRecipient(m.lcEmailAddress)
>	ELSE
>		x3MSGSVC("No Email address found for this client.")
>	ENDIF
>	.AddAttachment(m.lcOutputFile)
>	.cSubject = JUSTFNAME(m.lcOutputFile)
>        .Send(.T.)
>endwith
>
>
>
>This works fine for my Thunderbird email program, but a client using Outlook 2003 says they get prompted with the normal Outlook "something else is trying to send email" message, but then nothing happens after they "allow it".
>
>Should this work?

Search here for Redemption or ClickYes to overcome the security patch.
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform