DotNetOpenMail 0.5.7 (beta)

TextAttachment Class

A mime representation of plain-text content.

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

System.Object
   DotNetOpenMail.AbstractEmailAttachment
      DotNetOpenMail.TextAttachment

[Visual Basic]
Public Class TextAttachment
    Inherits AbstractEmailAttachment
[C#]
public class TextAttachment : AbstractEmailAttachment
[C++]
public __gc class TextAttachment : public AbstractEmailAttachment
[JScript]
public class TextAttachment extends 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

TextAttachment Members | DotNetOpenMail Namespace