To add a new item to the Attachments array,
create a new MailAttachment object, set the MailAttachment object
properties and pass this object to the
Add
method. Pass a file name string to the Add method to create a new
MailAttachment object, load it from the file specified in the string,
and add it to the Attachments array in one step. The
Value property is not supported.