[This is preliminary documentation and is subject to change.]
An EmailList
| C# | Visual Basic | Visual C++ |
public class EmailList : SifActionList<EmailType, Email>
Public Class EmailList _ Inherits SifActionList(Of EmailType, Email)
public ref class EmailList : public SifActionList<EmailType^, Email^>
| All Members | Constructors | Methods | |||
| Icon | Member | Description |
|---|---|---|
| EmailListEmailListNew()() |
Creates an instance of an EmailList
| |
| EmailListEmailListNew(Email) |
Constructor that accepts values for all mandatory fields
| |
| AddEmail(EmailType, String) | Adds the value of the <Email> element. |
Author: Generated by adkgen
Version: 2.0
Since: 1.1
| Object | ||||||
| Element | ||||||
| SifElement | ||||||
| SifList<(Of <Email>)> | ||||||
| SifKeyedList<(Of <EmailType, Email>)> | ||||||
| SifActionList<(Of <EmailType, Email>)> | ||||||
| EmailList | ||||||