| MimeReportDescription Property |
Gets the human readable description of error. It may be in any MIME standards-track content-type, charset, or language.
Where a description of the error is desired in several languages or several media,
a Multipart/Alternative construct may be used. (
RFC 3462)
Namespace:
Limilabs.Mail.MIME
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public MimeBase Description { get; }
Public ReadOnly Property Description As MimeBase
Get
public:
property MimeBase^ Description {
MimeBase^ get ();
}
member Description : MimeBase with get
Property Value
Type:
MimeBaseSee Also