MailMill .NET Class Library

MailAttachment Class

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 sealed class MailAttachment

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: MailMill

Assembly: MailMill (in MailMill.dll)

See Also

MailAttachment Members | MailMill Namespace