 | MessageAddressesCcAddresses Property |
The e-mail addresses that the message will CC'ed to
Namespace: Ignition.CommunicationAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntaxpublic ICollection<string> CcAddresses { get; }Public ReadOnly Property CcAddresses As ICollection(Of String)
Get
public:
property ICollection<String^>^ CcAddresses {
ICollection<String^>^ get ();
}member CcAddresses : ICollection<string> with get
Property Value
ICollectionString
See Also