Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Warning message appears when sending email with Outlook
Message
From
22/11/2001 13:11:02
 
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
00584604
Message ID:
00584953
Views:
29
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.
>
Previous
Reply
Map
View

Click here to load this message in the networking platform