Closed tuespetre closed 9 years ago
+1 we also need this
@tuespetre Why close this? It hasn't been addressed has it?
I was able to satisfactorily move behavior out of the Send method and I don't want it on my issue list any more. I wouldn't blame you for opening your own though ;)
@tuespetre Okay I may do that :)
Though I think this library may be abandonware, so not sure it matters :(
Currently, we can use member hiding (
new
keyword) to extend the behavior ofPostal.Email.Send
:My suggestion is that
Postal.Email.Send
be marked virtual so that derivative classes may have the option of overriding it. As it stands today, any extendedSend
behavior would be lost if the custom email class was cast to its base class.