MailFormat Enumeration
.NET Framework 3.0
NOTE: This enumeration is now obsolete.
Provides enumerated values for e-mail format. Recommended alternative: System.Net.Mail. Namespace: System.Web.MailAssembly: System.Web (in system.web.dll)
[ObsoleteAttribute(L"The recommended alternative is System.Net.Mail.MailMessage.IsBodyHtml. http://go.microsoft.com/fwlink/?linkid=14202")] public enum class MailFormat
/** @attribute ObsoleteAttribute("The recommended alternative is System.Net.Mail.MailMessage.IsBodyHtml. http://go.microsoft.com/fwlink/?linkid=14202") */
public enum MailFormat
ObsoleteAttribute("The recommended alternative is System.Net.Mail.MailMessage.IsBodyHtml. http://go.microsoft.com/fwlink/?linkid=14202") public enum MailFormat
Community Additions
ADD
Show: