SmtpMail.MimeParts Property


Gets the MimePartCollection of the e-mail message.

[VisualĀ Basic]
Public Property MimeParts As MimePartCollection
[C#]
public MimePartCollection MimeParts {get;}
[C++]
public: __property MimePartCollection* get_MimeParts();
[JScript]
public function get MimeParts() : MimePartCollection;

Property Value

Gets a MimePartCollection instance of the e-mail message.