using System; namespace SPSolutions.Net.Mail { public class ResourceMailBodyProvider : MailBodyProvider { public override string RetrieveMailBody(string bodyContainerName) { throw new Exception("The method or operation is not implemented."); } } }