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




Gets a NonMime class representing non-MIME message parts.

Syntax

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

Property Value

A NonMime class.

Remarks

The NonMime class is a simple, two property class. NonMime.Text gets or sets non-MIME text for the message. NonMime.Attachments is a collection containing any non-MIME attachments for the message.

Non-MIME message parts will appear between the header and any MIME parts, if any are present.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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