EMail Property CollectionAdd(EMail Types, String) Method
Add an EMailProperty to the collection and assign it the specified value and type(s)
Definition
Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Returns the new property that was created and added to the collection
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public EMailProperty Add(
EMailTypes emailTypes,
string email
)VB
Public Function Add (
emailTypes As EMailTypes,
email As String
) As EMailPropertyC++
public:
EMailProperty^ Add(
EMailTypes emailTypes,
String^ email
)F#
member Add :
emailTypes : EMailTypes *
email : string -> EMailProperty Parameters
- emailTypes EMailTypes
- The e-mail types to assign to the new property
- email String
- The e-mail address value to assign to the new property
Return Value
EMailPropertyReturns the new property that was created and added to the collection