Search found 36 matches: mailto

Return to advanced search

Re: MsgInfo with LINK ?

Hi,
Cgallegoa wrote:Look \fwh\samples\testurl.prg

thx for Answer

i know that i can use a LINK in RICHTEXT and also in MENUITEM (Mailto:)
i want to know if Fivewin have a Function else i have to write my "own" using a DIALOG (like in Sample you point to)
by Jimmy
Sun Jun 25, 2023 8:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MsgInfo with LINK ?
Replies: 2
Views: 234

Re: UrlLink @ xx,yy

es posible utilizar UrlLink tipo comando SAY? FROM REDEFINE URLLINK ID 106 URL "mailto:alinares@fivetechsoft.com" OF oDlg TOOLTIP "E-mail de FiveTech" TO @ xx, yy URLLINK gracias Prueba esto . @ 9,1 URLLINK oUrlLink OF oDlg TOOLTIP "Web de ...
by jvtecheto
Fri Oct 04, 2019 3:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: UrlLink @ xx,yy
Replies: 3
Views: 726

Re: RichEdit: How to not show URL?

... in TRichEdit5 control, select text and use :SetLink( .T. ) method If text to format as link does not have a link format like http, https mailto://, etc, ( sample: you want to mark as a link "Hello" ), you have to disable :SetAutoUrlDetect( .F. ) for mark this text
by cnavarro
Sat Feb 17, 2018 5:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RichEdit: How to not show URL?
Replies: 12
Views: 2179

Re: Extract email from string

... if the leading and trailing char = space, But I have the str !!, so I have to fine-tune the result more. I also get this as result : href="mailto:info@dbm-essen.be">info@dbm-essen.be</a> I will have to work with some if/then to finaly get to the email itself. If mailto: is ...
by Marc Venken
Wed Jun 28, 2017 10:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Extract email from string
Replies: 6
Views: 1082

SEND MAIL win10

... But if use it in my prg: *********************** DEFINE MAIL oMail ; SUBJECT cSubj ; TEXT cText ; FILES cSndFile, cSndFile ; FROM USER ; TO MailTo ACTIVATE MAIL oMail ******************************* it does do NOTHING ! I have tried to install MICROSOFT OUTLOOK 2012, and it works well ! ...
by Romeo
Wed Mar 08, 2017 6:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SEND MAIL win10
Replies: 5
Views: 1160

Re: GetHwnd32 in 64bit?

Marc,

Simply remove it:

shellexecute( oMenuWnd:hWnd,,"mailto:email@domain.com",,,1)
by Antonio Linares
Tue Jul 12, 2016 5:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetHwnd32 in 64bit?
Replies: 2
Views: 485

Mail de Rpreview

... Me falta rellenar la parte del texto ( ctext ), porque el cliente quiere que sea en html, es decir algunas partes en negrita, enlace a su web y a mailto:... He creado un archivo .html con ese texto con formato, lo leo con fread(), pero al pasarlo a ctext me sale el texto tal y como figura en el ...
by Sebastián Almirón
Tue Sep 01, 2015 5:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mail de Rpreview
Replies: 0
Views: 391

Re: pop up Outlook send email window

If Outlook is installed, and I use this MAPI function, the email dialog from Outlook pops up for editing and final Send: FUNCTION SendMAPIMail2( MailTo, cSndFile, cText, cSubj ) LOCAL oMail DEFINE MAIL oMail ; SUBJECT cSubj ; TEXT cText ; FILES cSndFile, cSndFile ; FROM USER ; TO MailTo ACTIVATE ...
by TimStone
Fri Dec 12, 2014 7:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: pop up Outlook send email window
Replies: 17
Views: 4811

Re: Send attachments via mapi

This has been working fine for me:

FUNCTION SendMAPIMail2( MailTo, cSndFile, cText, cSubj )
LOCAL oMail

DEFINE MAIL oMail ;
SUBJECT cSubj ;
TEXT cText ;
FILES cSndFile, cSndFile ;
FROM USER ;
TO MailTo

ACTIVATE MAIL oMail

RETURN( .t. )
by TimStone
Wed Jun 11, 2014 11:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Send attachments via mapi
Replies: 4
Views: 948

Re: rPreveiw : EMAIL & Excel issues

Tim, In the meantime this may help: http://superuser.com/questions/573568/gmail-as-default-windows-mail-program-not-same-as-mailto Specially this which seems very interesting: The open-source project Tvhgooglemapi might be a solution. Here is how it is described : Tvhgooglemapi is ...
by Antonio Linares
Tue Sep 24, 2013 8:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: rPreveiw : EMAIL & Excel issues
Replies: 8
Views: 2665

Re: rpreview class in FWH 13.08

Dear Antonio,
Is it possible to add an email address as a parameter as shown below?

PRINT oPrint
DOC cDocName
TO cPrinterName
PREVIEW
MAILTO 'mymail@xxxxx.com'

regards,
Birol Betoncu
by betoncu
Wed Sep 18, 2013 8:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: rpreview class in FWH 13.08
Replies: 19
Views: 2390

UrlLink @ xx,yy

es posible utilizar UrlLink tipo comando SAY?

FROM
REDEFINE URLLINK ID 106 URL "mailto:alinares@fivetechsoft.com" OF oDlg TOOLTIP "E-mail de FiveTech"
TO
@ xx, yy URLLINK

gracias
by Sistem
Tue Dec 04, 2012 9:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: UrlLink @ xx,yy
Replies: 3
Views: 726

Re: consulta

amigo prueba asi

cMail:="prueba@gmail.com"
REDEFINE BTNBMP oMail ID 300 OF oDlg RESOURCE "Email" NOBORDER;
TOOLTIP "Redactar mensaje..." ;
ACTION ShellExecute(ownd:hwnd,"Open","MailTo:"+cMail,Nil,Nil,1)

Saludos
by jbrita
Tue Sep 11, 2012 12:46 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: consulta
Replies: 4
Views: 899

Re: Bad Email Dreams ...

... Outlook ( Office ) 2007 and will not work with 2010. It could be "tricked" but Microsoft does not recommend it. Its interesting how MAILTO will trigger the MAPI Outlook client without a problem, but it, of course, doesn't support attachments. I need a solution that works for all ...
by TimStone
Mon May 14, 2012 8:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bad Email Dreams ...
Replies: 53
Views: 19177
Next

Return to advanced search