MailAttachment reference
This article provides reference material about MailAttachment record.
MailAttachment record represents information about file which is used for e-mail attachemnt.

Properties
FileName
The name of file for e-mail attachment.
FileSource
The source of file for e-mail attachment, represented in binary form as a byte array, for example as a result of System.IO.File.ReadAllBytes call.