GetCollectionItemXmlElementName method

  1. @override
String? GetCollectionItemXmlElementName(
  1. EmailAddress emailAddress
)
override
Retrieves the XML element name corresponding to the provided EmailAddress object. The EmailAddress object from which to determine the XML element name.

Implementation

@override
String? GetCollectionItemXmlElementName(EmailAddress emailAddress) {
  return this.collectionItemXmlElementName;
}