Remove method
Implementation
bool Remove(AttributedString attributedString) {
EwsUtilities.ValidateParam(attributedString, "attributedString");
return this.InternalRemove(attributedString);
}
bool Remove(AttributedString attributedString) {
EwsUtilities.ValidateParam(attributedString, "attributedString");
return this.InternalRemove(attributedString);
}