Mime4.net Home | Community Edition | Order | Usage examples | Feedback
Multipart SubType Property MIME4NET Class Library Documentation
Gets the multipart sub-type. E.g. alternative (the default) or parallel. See RFC 2045 for common sub-types and their meaning.

Namespace: NI.Email.Mime.Message
Assembly: NI.Email.Mime (in NI.Email.Mime.dll) Version: 1.8.5168.22709
Syntax

public string SubType { get; set; }

Property Value

Type: String
See Also