DotNetOpenMail 0.5.7 (beta)

AbstractEmailAttachment Class

This is an abstract version of the email attachment. It may or may not contain content, a character encoding method, a mime-encoding method, a content-type designation, a content-id designation, among other things

For a list of all members of this type, see AbstractEmailAttachment Members.

System.Object
   DotNetOpenMail.AbstractEmailAttachment
      DotNetOpenMail.FileAttachment
      DotNetOpenMail.HtmlAttachment
      DotNetOpenMail.TextAttachment

[Visual Basic]
MustInherit Public Class AbstractEmailAttachment
[C#]
public abstract class AbstractEmailAttachment
[C++]
public __gc __abstract class AbstractEmailAttachment
[JScript]
public  class AbstractEmailAttachment

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: DotNetOpenMail

Assembly: DotNetOpenMail (in DotNetOpenMail.dll)

See Also

AbstractEmailAttachment Members | DotNetOpenMail Namespace