PowerTCP Mail for .NET
MultipartContent Class
Members 




Multi-part content (a List of parts) that follows the header.
Object Model
MultipartContent ClassPart Class
Syntax
Public Class MultipartContent 
   Inherits System.Collections.Generic.List(Of Part)
Dim instance As MultipartContent
public class MultipartContent : System.Collections.Generic.List<Part> 
public __gc class MultipartContent : public System.Collections.Generic.List<Part> 
public ref class MultipartContent : public System.Collections.Generic.List<Part> 
Remarks
All content is decoded into a sequence of parts. Each part is represented as an instance of a class: 1. Attachment (derived from Resource). Content-disposition is "attachment". 2. Textpart (derived from Resource). Content-Type media type "text/plain". 3. Htmlpart (derived from Textpart). Content-Type media type "text/html". 4. Resource (derived from Part). Not a Textpart or Attachment. 5. Multipart (derived from Part). Content-Type media type is "multipart/*".
Inheritance Hierarchy

System.Object
   System.Collections.Generic.List<T>
      Dart.Mail.MultipartContent

See Also

Reference

MultipartContent Members
Dart.Mail Namespace


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic