PowerTCP Mail for .NET
MimeAttachmentStreams Class
Members  See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace : MimeAttachmentStreams Class




A collection of MimeAttachmentStream objects. Inherited from ArrayList.

Object Model

MimeAttachmentStreams ClassMimeAttachmentStream Class

Syntax

Visual Basic (Declaration) 
<DefaultMemberAttribute("Item")>
Public Class MimeAttachmentStreams 
   Inherits PartList
Visual Basic (Usage)Copy Code
Dim instance As MimeAttachmentStreams
C# 
[DefaultMemberAttribute("Item")]
public class MimeAttachmentStreams : PartList 
Managed Extensions for C++ 
[DefaultMemberAttribute("Item")]
public __gc class MimeAttachmentStreams : public PartList 
C++/CLI 
[DefaultMemberAttribute("Item")]
public ref class MimeAttachmentStreams : public PartList 

Remarks

When using PowerTCP Secure Mail for .NET, a MimeAttachmentStreams collection contains MimeAttachmentStream objects which are used to represent MIME attachments in the message.

This collection is accessible at MessageStream.Parts.Attachments.

Inheritance Hierarchy

System.Object
   System.Collections.ArrayList
      Dart.PowerTCP.Mail.PartList
         Dart.PowerTCP.Mail.MimeAttachmentStreams

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 3.2
© 2010 Dart Communications. All Rights Reserved.