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