Attachment start missing in an Email after a period of time
问题 I am having issues with the attachment in an email. After every few days, user don't find the expected attachment in there email. This seems to be happening for around 10-20 mins and then it corrected itself meaning that the later email will contain the attachments. I am not sure what could be the reason behind this. This is how my code looks like Model public class EmailAttachment { public string FileName { get; set; } public byte[] FileContent { get; set; } } Code trigger to send an Email