EMailPropertyCollection(IList<EMailProperty>) Constructor
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
public EMailPropertyCollection(
IList<EMailProperty> emailAddresses
)
Public Sub New (
emailAddresses As IList(Of EMailProperty)
)
public:
EMailPropertyCollection(
IList<EMailProperty^>^ emailAddresses
)
new :
emailAddresses : IList<EMailProperty> -> EMailPropertyCollection
Parameters
- emailAddresses IList<EMailProperty>
- The IList<T> of e-mail addresses to add