Hi, I’m trying to send an E-mail using the “UiPath.MicrosoftOffice.Activities.Mail.SendMail” activity.
I’d like to set a contact list name in the To, Cc and Bcc address field.
There is a contact list which name is “A-Group” in my O365’s People.
I wrote “A-Group” in the To address field but the maill address didn’t recognize.
After type your group name in the new message click on it there you can find the contact of email
Click on A-Group
Then copy contact
now use this email address.
I also did the right click on the A-group and copy the address.
This is the result of copy : A-Group [MAPIPDL:null]
By the way, when I do the same way at a normal address. There is the menu of copy and I can copy it.
So I think it’s impossible to send to an contact list…
Is this a group created in you contact list, or is this something like a distribution list (DL) having the name “A-Group”?
If it is a DL, then you can get the Email ID for that List and can send an email from/to that group.
also from an organisational perspective, creating and managing DLs is easier than maintaining contact groups.
Thank you for teaching about DL. It’s usefull than a contact list!
I try to make a send-mail-robot for my customer.
She has already made a lot of contact lists (not DL).
To remake new DLs take time so if it’s possible, I would like to use contact lists.
If you know how to send mail to contact lists, please teach me.