e-mailadresses

e-mailadresses

Postby jds » Sun Feb 07, 2010 4:17 pm

can someone tell me if it is possible to incorporate e-mailadresses in xbase++ fields and to use them to send emails from.
jds
 
Posts: 117
Joined: Sat Dec 05, 2009 12:44 pm

Re: e-mailadresses

Postby James Bott » Sun Feb 07, 2010 9:32 pm

Yes. Search the forum for email, smtp, and mapi for more information.

Regards,
James
User avatar
James Bott
 
Posts: 4840
Joined: Fri Nov 18, 2005 4:52 pm
Location: San Diego, California, USA

Re: e-mailadresses

Postby The Real Fasi » Tue Feb 09, 2010 11:13 am

Hi all

I use

http://www.afterlogic.com/products/email-components

since 3 Years

One Dll fast and small

Tx
The Real Fasi
 
Posts: 20
Joined: Tue Feb 02, 2010 10:32 am

Re: e-mailadresses

Postby driessen » Tue Feb 09, 2010 12:08 pm

Hi,

That looks very interesting.

Can you provide us an example of how you handle the integration ?

Thanks a lot in advance.
Regards,

Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 24.02 - Harbour 3.2.0 (February 2024) - xHarbour Builder (January 2020) - Bcc77
User avatar
driessen
 
Posts: 1399
Joined: Mon Oct 10, 2005 11:26 am
Location: Genk, Belgium

Re: e-mailadresses

Postby The Real Fasi » Tue Feb 09, 2010 7:32 pm

OIMAP := TOLEAUTO():NEW( "MAILBEE.IMAP4" )

OIMAP:LICENSEKEY := CMB_MAILKEY

OIMAP:SERVERNAME := CSERVER

OIMAP:USERNAME := CACCOUNT

OIMAP:PASSWORD := CPASSWORD

OSMTP:ENABLELOGGING = .T.

OIMAP:ENABLELOGGING := .t.

OIMAP:CONNECT( CSERVER )

OIMAP:SELECTMAILBOX( cFolder )

envelopes := OIMAP:RetrieveEnvelopesEx( 1, OIMAP:MessageCount, .F., .T., .f. )


EvelopesArr := OIMAP:RETRIEVEENVELOPES( 1, 25000, .T. )

OIMAP:DISCONNECT()
The Real Fasi
 
Posts: 20
Joined: Tue Feb 02, 2010 10:32 am

Re: e-mailadresses

Postby Antonio Linares » Tue Feb 09, 2010 9:25 pm

regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41366
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 51 guests