EmailMessage.CCAddress

From Xojo Documentation

Read-Only Property (As String )
StringValue = aEmailMessage.CCAddress

Supported for all project types and targets.

Returns a comma-separated list of Strings. Gets the CC addresses for this email.

Notes

To add CCAddresses, use the AddCCRecipient method.

Example

Var ccAddresses = mail.CCAddress