
| Visual Basic (Declaration) | |
|---|---|
<DefaultMemberAttribute("Item")> Public Class AttachmentStreams Inherits System.Collections.ArrayList | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As AttachmentStreams | |
| C# | |
|---|---|
[DefaultMemberAttribute("Item")] public class AttachmentStreams : System.Collections.ArrayList | |
| Managed Extensions for C++ | |
|---|---|
[DefaultMemberAttribute("Item")] public __gc class AttachmentStreams : public System.Collections.ArrayList | |
| C++/CLI | |
|---|---|
[DefaultMemberAttribute("Item")] public ref class AttachmentStreams : public System.Collections.ArrayList | |
When using PowerTCP Secure Mail for .NET, an AttachmentStreams collection contains AttachmentStream objects which are used to represent non-MIME attachments which can be Uuencoded or Yencoded, although a non-MIME attachment will always be read out as Uuencoded. .
When creating an AttachmentStream the data will always be read out as a Uuencoded attachment. For this reason, a new AttachmenStream will be created with AttachmentStream.MimeEncoding = ContentEncoding.Uuencode. Changing this property could result in incorrect message structure.
This collection is accessible at MessageStream.NonMime.Attachments.
MimeAttachmentStream objects should NOT be added to this collection. This will cause errors in the receiving message parser.
System.Object
System.Collections.ArrayList
Dart.PowerTCP.Mail.AttachmentStreams
Target Platforms: Microsoft .NET Framework 2.0