How can i assign multiple mail id's to MAPIHandler."To

lakshmanlakshman Member Posts: 44
Hi,
Iam sending mails by using MAPI Handler Automation Control. i assigned multipled mail id's to MAPIHandler."ToName" then mail will not be generated. if i assigned single mail id to MAPIHandler."To Name" then only mail will be generated.
how can i assign multiple mail id's to MAPIHandler."To Name" .


Thanks & Regards,
LAKSHMAN
Best Regards,
Lakshman Routu
http://lakshman-routu.blogspot.in/

Comments

  • ara3nara3n Member Posts: 9,256
    You need to separate the emails with semicolon ;


    for example

    user1@blah.com;user2@blah.com
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • jflkjflk Member Posts: 2
    Hi,

    I had the same problem, what you need to do is verify each to or cc seperately. If you search for post by jflk there is an example and better description.
  • Johan_007Johan_007 Member Posts: 53
    if all fails.. try setting up a group on the mail server i.e.

    group1@domain.co.uk --- and in group1 add the email addresses that needs to receive it emails.
Sign In or Register to comment.