AttributedStringCollection.withElementName constructor
AttributedStringCollection.withElementName(
- String collectionItemXmlElementName
Implementation
AttributedStringCollection.withElementName(
String collectionItemXmlElementName)
: super() {
EwsUtilities.ValidateParam(
collectionItemXmlElementName, "collectionItemXmlElementName");
this._collectionItemXmlElementName = collectionItemXmlElementName;
}