Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Lotus Notes Email creation
Message
De
18/01/2002 15:05:34
 
 
À
18/01/2002 14:29:05
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00606954
Message ID:
00607004
Vues:
21
Erik,

I don't know how to do this with Notes. If MAPI is an option, then you could use the optional parameter of the Send() method:
IF tlDisplayDialog
  oMapiMessage.Send(1)
ELSE
  oMapiMessage.Send()
ENDIF
HTH
>I've got an application successfully sending mail through a Lotus Notes client. I need, however, to show the user the email creation page before the mail is sent. Currently the Send method on the document object just fires the email off without ever showing it to the user for interaction.
>
>I have the Lotus docs for COM automation, and can't find any relevant methods/properties.
>
>Has anyone here done this?
Daniel
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform