MailFormat Wyliczenie

Definicja

Przestroga

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

Zawiera wyliczone wartości dla formatu wiadomości e-mail. Zalecana alternatywa: 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
Dziedziczenie
MailFormat
Atrybuty

Pola

Html 1

Określa, że format wiadomości e-mail to HTML.

Text 0

Określa, że format wiadomości e-mail jest zwykły tekst.

Dotyczy