Specifies the collection of attachments that are transmitted with the message. Recommended alternative: System.Net.Mail.
a IList
New attachments can be added to the mail message by a call to Message.Attachments.Add(MyMailMessage). See SmtpMail.Send(string, string, string, string) for an example of System.Web.Mail.SmtpMail usage.