The list of carbon copy recipients of the email. This returns the live list, so any modifications
take action immediately. The property can be used like this:
CopyC#
Namespace: StreamBase.LiveView.API.AlertsmySendMailAction.Cc.Add("myrecipient@mydomain.com");Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 11.2.0.0 (11.2.1.1)
Syntax
| C# | Visual Basic | Visual C++ |
IList<string> Cc { get; }
ReadOnly Property Cc As IList(Of String) Get
property IList<String^>^ Cc { IList<String^>^ get (); }