Search found 44 matches: cbody

Return to advanced search

Re: DEFINE MAIL ...

... funciona bien con los servidores smtp más recientes que usan los ISP. Prueba así: LOCAL oSmtp, oEMail LOCAL cSmtpUrl LOCAL cSubject, cFrom, cTo, cBody, cFile // preparing data for eMail cSmtpUrl := "smtp://mailaccount:password@smtp.server.com" cSubject := "Testing eMail" cFrom ...
by FiveWiDi
Sun Dec 15, 2013 12:01 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DEFINE MAIL ...
Replies: 9
Views: 2465

Re: DEFINE MAIL ...

... funciona bien con los servidores smtp más recientes que usan los ISP. Prueba así: LOCAL oSmtp, oEMail LOCAL cSmtpUrl LOCAL cSubject, cFrom, cTo, cBody, cFile // preparing data for eMail cSmtpUrl := "smtp://mailaccount:password@smtp.server.com" cSubject := "Testing eMail" cFrom ...
by lucasdebeltran
Fri Dec 13, 2013 9:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DEFINE MAIL ...
Replies: 9
Views: 2465

Re: c5tooltip class

... for sample ::oToolTip:Show( nBottom - 6, nRight - 6, ctitle, Self ) you can set : the title of tooltip cHeader the bmp cBmpLeft the text body cBody the bmp on the footer cBmpFoot the text of the footer cFoot also you can set if you want border if you want line of separation from header and ...
by Silvio.Falconi
Thu Mar 28, 2013 9:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: c5tooltip class
Replies: 11
Views: 3577

Re: Volviendo al tema CDO

... el inmenso apoyo desinteresadamente proporcionado. * Econ. Armando Picón S Fecha: 03 de Noviembre del 2011 Lima - Perú Pendiente: 1. Convertir cBody a texto con formato * */ #include "FiveWin.ch" *#include "FGet.ch" #include "Fileio.ch" * #define WS_3DLOOK 4 #define ...
by Armando Picon
Fri Nov 04, 2011 2:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Volviendo al tema CDO
Replies: 19
Views: 6372

Manuel Mercado hb_vmDo() sbrowse6.0 y sbrowse9.0

... pero si uso la sbrowse 9.0 si lo hace, exactamente eln la linea: // --- Enviar un mail Function fSendMail( cMailServer, cFrom, cTo, cSubject, cBody, cAttach, cBCC, cUser, cPass, nPort ) ... ... ... Try oCfg := CreateObject( "CDO.Configuration" ) With Object oCfg:Fields :Item( cdoSMTPServer ...
by noe aburto
Mon Jun 27, 2011 4:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Manuel Mercado hb_vmDo() sbrowse6.0 y sbrowse9.0
Replies: 0
Views: 421

Manuel Mercado hb_vmDo() sbrowse6.0 y sbrowse9.0

... pero si uso la sbrowse 9.0 si lo hace, exactamente eln la linea: // --- Enviar un mail Function fSendMail( cMailServer, cFrom, cTo, cSubject, cBody, cAttach, cBCC, cUser, cPass, nPort ) ... ... ... Try oCfg := CreateObject( "CDO.Configuration" ) With Object oCfg:Fields :Item( cdoSMTPServer ...
by noe aburto
Mon Jun 27, 2011 4:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Manuel Mercado hb_vmDo() sbrowse6.0 y sbrowse9.0
Replies: 0
Views: 366

Outlook 2010, problemi nell'invio tramite ole

... ha già avuto lo stesso problema ed ha un sistema per bypassarlo. Questa la mia routine di invio: FUNCTION Interactivemessage() paramet cSubject, cBody, aTo, aFiles, lDirectSend,lUseCC,cOrigin LOCAL oOutLook,oMailItem,oRecip,oAttach,i,lOffice,lMailMancante,cVar local nSelected,oDlg1 if lUseCC=NIL ...
by Marco Turco
Fri Feb 11, 2011 8:13 am
 
Forum: All products support
Topic: Outlook 2010, problemi nell'invio tramite ole
Replies: 0
Views: 734

BODY of a message resolved!!

... message of outllok we can make : Local oOutlook := TOleAuto():New( "Outlook.Application" ) Local myOlExp := oOutlook:ActiveExplorer ... cBody := oMail:body But often we have the body with html text we can read it from cBody := oMail:HTMLbody But I can show it as a text .. look it please ...
by MdaSolution
Fri Feb 04, 2011 10:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BODY of a message resolved!!
Replies: 0
Views: 334

Re: Linea de comandos con Emailer SOLUCIONADO

... STATIC Function FSendMail( cMailServer, cFrom, cTo, cSubject, cBody, cAttach, cBCC, cUser, cPass, nPort ) /*--------------------------------------------------------------------------------------------------------*/ ...
by jll-fwh
Sat Nov 06, 2010 8:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Linea de comandos con Emailer SOLUCIONADO
Replies: 7
Views: 2604

Re: bug in Mapi

... MAPI, please look at this sample: ---cut--- #include "hbwin.ch" PROCEDURE Main() LOCAL cSubject := "Test subject" LOCAL cBody := "Test body" LOCAL lMailConf := .F. LOCAL lFromUser := .T. LOCAL aSender := { "test from", "from@test.com" } LOCAL ...
by toninhofwi
Tue Feb 23, 2010 7:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug in Mapi
Replies: 4
Views: 730

Re: Email through outlook

... otherwise the default mail client. #include "FiveWin.ch" #include "Mail.ch" FUNCTION Interactivemessage() paramet cSubject, cBody, aTo, aFiles, lDirectSend,lUseCC LOCAL oOutLook,oMailItem,oRecip,oAttach,i,lOffice,lMailMancante,cVar local nSelected,oDlg1 if lUseCC=NIL lUseCC:=.f. ...
by Marco Turco
Tue Oct 27, 2009 12:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Email through outlook
Replies: 7
Views: 1331

Re: FASTREPORT - MAILExport

... InteractiveMessage("","","",aFiles,.f.) return("") FUNCTION Interactivemessage() paramet cSubject, cBody, aTo, aFiles, lDirectSend LOCAL oOutLook,oMailItem,oRecip,oAttach,i,lOffice,lMailMancante if lDirectSend=NIL lDirectSend:=.f. endif if cSubject=NIL ...
by Marco Turco
Sat Aug 29, 2009 3:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FASTREPORT - MAILExport
Replies: 3
Views: 1109

Re: enviar emails desde fwh

... := PadR( "c:\fwh\bitmaps\fivewin.bmp", 180 ), ;// archivo anexo (uno o varios separados con comas) cSubject := Space( 60 ), ; // asunto cBody := Space( 500 ), ; // cuerpo del mensaje nPort := 25, ; // puerto usado por el servidor de correo cUser := Space( 60 ), ; // nombre de usuario ...
by FranciscoA
Wed Feb 25, 2009 2:45 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: enviar emails desde fwh
Replies: 44
Views: 21086

Re: Send email

Try: FUNCTION HB_SendMail( cServer, nPort, cFrom, aTo, aCC, aBCC, cBody, cSubject, aFiles, cUser, cPass, cPopServer, nPriority, lRead, lTrace, lPopAuth, lNoAuth, nTimeOut, cReplyTo ) /* cServer -> Required. IP or domain name of the mail server nPort -> ...
by Enrico Maria Giordano
Mon Feb 23, 2009 4:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Send email
Replies: 5
Views: 1739

what is variable cf ????
and function FormHtml( cSubject, cBody )
by kajot
Sat Jun 14, 2008 5:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: any sample with sending mail
Replies: 14
Views: 2402
PreviousNext

Return to advanced search