The MailAttachment object represents a message attachment. To add a message attachment, create a new MailAttachment object, set the attachment properties or call the Load method, and finally add this attachment to the Mail.Attachments object throught the Mail.Attachments.Add method. To automatically create and load a new MailAttachment into the Mail.Attachments object, pass a string file name to the Mail.Attachements.Add method.
For a list of all members of this type, see MailAttachment Members.
System.Object
MailMill.MailAttachment
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Namespace: MailMill
Assembly: MailMill (in MailMill.dll)
MailAttachment Members | MailMill Namespace