 | MessageAddresses(String, String) Constructor |
Constructor for multiple recipients
Namespace: Ignition.CommunicationAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntaxpublic MessageAddresses(
string from,
params string[] to
)
Public Sub New (
from As String,
ParamArray to As String()
)
public:
MessageAddresses(
String^ from,
... array<String^>^ to
)
new :
from : string *
to : string[] -> MessageAddressesParameters
- from String
- From address
- to String
- One or more To addresses
See Also