MailFormat Výčet

Definice

Upozornění

The recommended alternative is System.Net.Mail.MailMessage.IsBodyHtml. http://go.microsoft.com/fwlink/?linkid=14202

Poskytuje výčtové hodnoty formátu e-mailu. Doporučená alternativa: System.Net.Mail .

public enum class MailFormat
public enum MailFormat
[System.Obsolete("The recommended alternative is System.Net.Mail.MailMessage.IsBodyHtml. http://go.microsoft.com/fwlink/?linkid=14202")]
public enum MailFormat
type MailFormat = 
[<System.Obsolete("The recommended alternative is System.Net.Mail.MailMessage.IsBodyHtml. http://go.microsoft.com/fwlink/?linkid=14202")>]
type MailFormat = 
Public Enum MailFormat
Dědičnost
MailFormat
Atributy

Pole

Html 1

Určuje, že formát e-mailu je HTML.

Text 0

Určuje, že formát e-mailu je prostý text.

Platí pro