| 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(); | |
Property Value
A NonMime class.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.
Target Platforms: Microsoft .NET Framework 2.0
Copy Code