Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Warning message appears when sending email with Outlook
Message
De
22/11/2001 13:11:02
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Divers
Thread ID:
00584604
Message ID:
00584953
Vues:
30
Thanks Mark, thanks a lot. Sorry for not replying soon. I supposed your message came when I already was out of my workplace. I'll give it a try.

Thanks,

Luis




>It only supports 1 attachment. FYI, THIS refers to a FORM in the code below. This is what I have in one of my automated e-mail apps:
>oMail = NewObject("wwIPStuff", "wwIpStuff.vcx")
>with oMail
>   .cMailServer   = alltrim(This.cboMailServer.DisplayValue)
>   .cUserName     = alltrim(This.cboSenderEmail.Value)
>   .cPassword     = alltrim(This.txtPassword.Value)
>   .cSenderEmail  = lcSenderEmail
>   .cSenderName   = lcSenderName
>   .cSubject      = alltrim(This.txtSubject.Value)
>   .cMessage      = This.edtMessage.Value
>   .cAttachment   = This.txtAttachment.Value
>   .cRecipient    = alltrim(This.cboRecipient.DisplayValue)
>   .cCCList       = alltrim(This.cboCCRecipient.DisplayValue)
>   .cBCCList      = alltrim(This.cboBCCRecipient.DisplayValue)
>   llResult = .SendMail()         && Send - wait for completion
>   if !llResult
>      This.cErrorMessage = .cErrorMsg
>      llResult = .f.
>   endif
>endwith
>oMail = .null.
>To send to multiple recipients, just separate them with a comma.
>
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform