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