Search found 157 matches: omail

Return to advanced search

MAPI Outlook HTML TEXT

... Thunderbird or David Infocenter If I use Outlook no I don't see the formatted text in the body but I see it as if it were normal text DEFINE MAIL oMail ; SUBJECT cSubject ; TEXT cBodyHtml ; FROM USER any suggestions other than using another email program? :D by by marco
by MarcoBoschi
Mon Feb 26, 2024 4:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MAPI Outlook HTML TEXT
Replies: 10
Views: 513

Re: eMail with html

... = NULL; // <-- set to null --- as TEXT point to lpszNoteText try NIL or NULL DEFINE MAIL [<oMail>] ; [ SUBJECT <cSubject> ] ; [ TEXT <cText> ] ; [ TYPE <cType> ] ; and add a HTML as Attachment
by Jimmy
Sun Sep 24, 2023 9:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: eMail with html
Replies: 2
Views: 257

eMail with html

... content="ie=edge"> <title>Resúmen de cuenta</title> </head> <body> </body> </html> DEFINE MAIL oMail ; SUBJECT "Mejoras para Ud." ; TEXT cTEXT ; TO cCorreo ; FROM USER ACTIVATE MAIL oMail Muchas gracias Saludos Ruben Dario Fernandez
by D.Fernandez
Fri Sep 22, 2023 11:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: eMail with html
Replies: 2
Views: 257

eMail con formato Html

... content="ie=edge"> <title>Resúmen de cuenta</title> </head> <body> </body> </html> DEFINE MAIL oMail ; SUBJECT "Mejoras para Ud." ; TEXT cTEXT ; TO cCorreo ; FROM USER ACTIVATE MAIL oMail Muchas gracias Saludos Ruben Dario Fernandez
by D.Fernandez
Fri Sep 22, 2023 10:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: eMail con formato Html
Replies: 0
Views: 230

Re: Ejemplo de mail sin intervención del usuario

hi, MAIL have more Option like ORIGIN or FROM USER DEFINE MAIL [ <oMail> ]; [ SUBJECT <cSubject> ]; [ TEXT <cText> ]; [ TYPE <cType> ]; [ DATE <dDate> ]; [ TIME <cTime> ]; [ CONVERSATION <cConversation> ]: [ RECEIPT ...
by Jimmy
Fri Sep 15, 2023 1:50 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ejemplo de mail sin intervención del usuario
Replies: 3
Views: 208

Re: WORD/OUTLOOK omail:send()

Hello Jimmy, I changed my code. Thank you so much and have a nice Sunday.
Best regards,
Otto
by Otto
Sun Mar 05, 2023 7:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WORD/OUTLOOK omail:send()
Replies: 3
Views: 327

Re: WORD/OUTLOOK omail:send()

hi Otto, thx for sharing yout Solution --- as "Postausgang" is for German / AT only i recommend to use Outllok Constant #DEFINE olFolderOutbox                          4#DEFINE olFolderSentMail                        5#DEFINE olFolderInbox                           6 so this should work   ...
by Jimmy
Sat Mar 04, 2023 10:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WORD/OUTLOOK omail:send()
Replies: 3
Views: 327

Re: WORD/OUTLOOK omail:send()

... "Posteingang"  )   local n, n2, n3, n4   local aFolders    := {}   local oMail   local aEmails := {}   // function to retrieve an existing instance of the Outlook application object   // ...
by Otto
Sat Mar 04, 2023 2:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WORD/OUTLOOK omail:send()
Replies: 3
Views: 327

WORD/OUTLOOK omail:send()

Hello friends,
I read that If you want to send a specific email immediately, regardless of the configuration, you can use the oMail.Send method with the True parameter. For example:

oMail.Send True

But I can't find out the Harbour syntax for oMail:Send()? How to pass TRUE.

Best regards,
Otto
by Otto
Fri Mar 03, 2023 10:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WORD/OUTLOOK omail:send()
Replies: 3
Views: 327

Re: oMail:HTMLBody problem

The problem is solved, after updating Windows 8)
by Marc Vanzegbroeck
Sat Feb 01, 2020 9:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oMail:HTMLBody problem
Replies: 5
Views: 810

Re: oMail:HTMLBody problem

...  LOCAL oOutlook, oMail, oPub //??   LOCAL nEle   LOCAL cArquivoAtach   TRY      oOutLook := GetActiveObject( "Outlook.Application" ...
by karinha
Fri Jan 31, 2020 7:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oMail:HTMLBody problem
Replies: 5
Views: 810

Re: oMail:HTMLBody problem

// Enviando email com HARBOUR 3.2 by Rubens MDV Informatica e papelaria// Modificado Por: Joao Santos em: 12/12/2017 - Many Thanks Rubens.#include "Fivewin.ch"#include "Mail.ch"#include "error.ch"#include "fileio.ch"#include "xHb.ch"#include "h...
by karinha
Fri Jan 31, 2020 7:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oMail:HTMLBody problem
Replies: 5
Views: 810

Re: oMail:HTMLBody problem

FUNCTION CDOSendMail( aTabMail )   LOCAL oEmailCfg, oEmailMsg   /* Tabmail   01 = MAILSERVER  // A correct mail server address   02 = MAILFROM  // A valid originator of the message   03 = MAILTO  // Who it is being sent to&nbs...
by karinha
Fri Jan 31, 2020 6:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oMail:HTMLBody problem
Replies: 5
Views: 810

oMail:HTMLBody problem

Hi, I have a very strange problem with oMail:HTMLBody I allways used it without any problem. I have a customer that runs my program on a network. On 2 PC it's working fine, but on one PC the body is empty. All 3 PC's run the same EXE-file from ...
by Marc Vanzegbroeck
Fri Jan 31, 2020 6:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oMail:HTMLBody problem
Replies: 5
Views: 810
Next

Return to advanced search