Kindly answer this
ildasm screenshot
.mresource public LinkDev.BSolutions.ExchangeValidationLib.ExchangeValidationTemplate.html
I am trying to access this resource from my code:
Stream templateStream = Assembly.GetExecutingAssembly().GetManifestResourceStream(typeof(MailManager), templateName)
but the result always become null
.
Can someone help me?