Gets or sets the attachment file name.
The Name property is not checked by MailMill. It is up to you to enter a valid file name.
This sample shows how to modify an attachment name.
MailAttachment oAttachment = new MailAttachment(); oAttachment.Load(@"c:\documentations\mailmill_help.chm"); oAttachment.Name = "MailMill Help.chm";
MailAttachment Class | MailMill Namespace