i have one windows service to send mail periodically. i am using following code to embed image in mail LinkedResource imagelink = new LinkedResource(HttpContext.Current.Server.MapPath("Images/header.png"), "image/png");
this is not working in windows service.
please suggest anyone if any other way of doing this.