Hi everybody,
I try to send email calling codeunit 397. I use the newmail function, in the cc or to part, I enter
varTO := '
xxx@hotmail.com;
yyy@hotmail.com;
zzz@hotmail.com';
just like in outlook, but it doesn't send to anyone. If I enter just one email address, it's ok. By the way, opendialog=false.
I looked at the forums but I couldn't find something like this. Does it have a trick that I can't see? Any information about this, will be appreciated.
Thanx.
Comments
Otherwise you will have to use MAPI functions instead.
Any other suggestions?
cu397 is using MAPIHandler, not MAPI.
MAPIHandler is Navisions wrapper of MAPI functions.
Instead use "Microsoft MAPI Messages Control" where you get access to adding several recipients. It's an OCX.
I tried it but my license isn't enough for, I contacted Microsoft.
Normally, installing visual studio (.NET) should allow you to use it. Remember: This is only needed at development time. Users can allways use this OCX. The OCX may also be redistributed.