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.MessageAssembly: NI.Email.Mime (in NI.Email.Mime.dll) Version: 1.8.5168.22709
public string SubType { get; set; }
public string SubType { get; set; }
Public Property SubType As String
Get
Set
Public Property SubType As String
Get
Set
public:
property String^ SubType {
String^ get ();
void set (String^ value);
}
public:
property String^ SubType {
String^ get ();
void set (String^ value);
}
member SubType : string with get, set
member SubType : string with get, set
Property Value
Type:
String