
| 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 | |
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.
System.Object
System.Collections.ArrayList
Dart.PowerTCP.Mail.PartList
Dart.PowerTCP.Mail.MimeAttachmentStreams
Target Platforms: Microsoft .NET Framework 2.0