RE: eMail Templates Attachments
Thank you Steve.
your steps working fine , so what about using the email template which contains attachments file and calling the template from code using SendEmailFromTemplateRequest Class
SendEmailFromTemplateRequest sendEmailreq = new SendEmailFromTemplateRequest
{
Target = email,
TemplateId = emailTemplate.Id,
RegardingId = regardingId,
RegardingType = entRegardingType,
};
service.Execute(sendEmailreq);
should i do somthing else for the attached file which included in the templates