EmailAddressCollection constructor
EmailAddressCollection([
- String collectionItemXmlElementName = XmlElementNames.Mailbox
Implementation
EmailAddressCollection(
[String collectionItemXmlElementName = XmlElementNames.Mailbox])
: super() {
this.collectionItemXmlElementName = collectionItemXmlElementName;
}