You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is probably a vestigial parameter from older days however I got confused by it for a while. I was looking for message.CC or similar and couldn't find it as a parameter so went with message.BCCAddress but that didn't do anything either. Then realized I need to add an extra message.Recipient and set the Recipient.Type to bcc or cc as necessary.
The text was updated successfully, but these errors were encountered:
This is probably a vestigial parameter from older days however I got confused by it for a while. I was looking for
message.CC
or similar and couldn't find it as a parameter so went withmessage.BCCAddress
but that didn't do anything either. Then realized I need to add an extramessage.Recipient
and set theRecipient.Type
tobcc
orcc
as necessary.The text was updated successfully, but these errors were encountered: