Re: Sending to multiple recipients using MAPISendMail

new topic     » goto parent     » topic index » view thread      » older message » newer message

I don't support it in my mapi library (e-post.ew) 
but I believe you need to specify 

1. the addresses seperated by semicolons 
 "me at here.com;him at there.org;"

2. the # of receipients into RECIPCOUNT.
 	poke4(message+SUBJECT,
allocate_string(email_subject))
	poke4(message+TEXT, allocate_string(email_body))
	poke4(message+RECIPCOUNT, 1)
	poke4(message+RECIPIENTS, recipient)

 I have a modified version of e-post.ew to use 
 the Novell Groupwise profile. 


--- Jonas  Temple <jktemple at yhti.net> wrote:
> 
> In the demo/win32 directory that comes with Eu
> there's a demo program 
> that sends an e-mail to the President.  Does anyone
> know how (using 
> MAPISendMail) to send to more than one recipeient? 
> And how would that 
> be formatted?
> 
> I looked at the docs on MSDN but could not find any
> examples.
> 
> Thanks for the help...
> 
> Jonas
> 
>
> 
>
> 
> 
>

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu