EMailPropertyCollectionAdd(EMailTypes, String) Method
Add an
EMailProperty to the collection and assign it the specified value and type(s)
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public EMailProperty Add(
EMailTypes emailTypes,
string email
)
Public Function Add (
emailTypes As EMailTypes,
email As String
) As EMailProperty
public:
EMailProperty^ Add(
EMailTypes emailTypes,
String^ email
)
member Add :
emailTypes : EMailTypes *
email : string -> EMailProperty
- 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
EMailPropertyReturns the new property that was created and added to the collection