PowerTCP Mail for .NET
Parts Property
See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace > MessageStream Class : Parts Property




Gets a Parts class representing MIME parts in the message.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Parts As Parts
Visual Basic (Usage)Copy Code
Dim instance As MessageStream
Dim value As Parts
 
value = instance.Parts
C# 
public Parts Parts {get;}
Managed Extensions for C++ 
public: __property Parts* get_Parts();
C++/CLI 
public:
property Parts^ Parts {
   Parts^ get();
}

Property Value

A Parts class.

Remarks

The Parts class contains three collections which represent MIME parts. Parts.Simple contains any simple, inline MIME parts (such as MIME text). These objects are represented by MessagePartStreams. Parts.Attachments contains any MIME attachments. These objects are represented by MimeAttahmentStreams. Parts.Complex contains any complex (multi-part) MIME parts. These objects are represented by MessageStreams.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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