Gets or sets the list of email addresses
Namespace: CTCT.Components.ActivitiesAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public IList<string> EmailAddresses { get; set; }
public IList<string> EmailAddresses { get; set; }
Public Property EmailAddresses As IList(Of String)
Get
Set
Public Property EmailAddresses As IList(Of String)
Get
Set
public:
property IList<String^>^ EmailAddresses {
IList<String^>^ get ();
void set (IList<String^>^ value);
}
public:
property IList<String^>^ EmailAddresses {
IList<String^>^ get ();
void set (IList<String^>^ value);
}
member EmailAddresses : IList<string> with get, set
member EmailAddresses : IList<string> with get, set