Hello! I'm using EASendMail with Delphi.
I am adding recipients successfully using SmtpMail.AddRecipientEx with 0,1 or 2 flag.
I can get all recipients with SmtpMail.GetAllRecipients
How can i see which recipients are CC or BCC? I found reference to SmtpMail.CC and SmtpMail.BCC properties in the sdk help page but they don't seem to be available to me?
Thanks for any help you can give me
Jono