Sending a email using an account setup for the process sending
Hi Cyberwolf,
Currently I am using htis code to send emails with pdf attachements
...
.To = strTo
'.SentOnBehalfOfName = "RAMP"
'"Add "CC" recipient
If strCC "" Then
.CC = strCC
End If
I was hoping to modifiy this code to suit my needs
So is it important to you that your new special mailbox is seen as
the sender or do you just need a mailbox which gets a copy of your
automatically sent items?
If a copy is enough: just add the special mailbox as .CC or .BCC.
If you need to "send as" that new mailbox and the code is running
on the client machines with the client accounts then you need to
give all clients "send-as" rights to that special mailbox. That can be
quite some work for your admins - not sure if that is worth it.
And I am not sure if the Outlook Object Model allows to change
sender property if you have the send-as right.
Might be a question for Ken or Sue?
--
SvenC
|