Is there a way to verify that the attachment is valid when using MailBuilder?
Example of code...
builder.AddAttachment(lcAttachment); // If File is attached lnGoodAttach += 1;
What do you mean by valid attachment?
MailBuilder.AddAttachment will threw an exception, if there is a problem (e.g. file access problem)