A
alhanna
Guest
I am generating an email in Access VBA that sends to Lotus Notes.
I have successfully generated the note and can send to primary and cc another individual, however when I try to cc 2 individuals it does not send to the 2nd person in the cc field. When I look at the note (i'm the primary) it looks correct and I can reply to all and it will reply to the 2nd person fine.
this is the code used to generate the cc field.
scopyto1 = "employee1@company.com"
scopyto2 = "employee2@company.com"
.copyto = scopyto1 & ", " & scopyto2
any other suggestions on how to fill the field or what might be wrong?
thanks
I have successfully generated the note and can send to primary and cc another individual, however when I try to cc 2 individuals it does not send to the 2nd person in the cc field. When I look at the note (i'm the primary) it looks correct and I can reply to all and it will reply to the 2nd person fine.
this is the code used to generate the cc field.
scopyto1 = "employee1@company.com"
scopyto2 = "employee2@company.com"
.copyto = scopyto1 & ", " & scopyto2
any other suggestions on how to fill the field or what might be wrong?
thanks