MailFormat Enumeration

Definition

Achtung

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

Stellt Enumerationswerte für das E-Mail-Format bereit. Empfohlene Alternative: 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
Vererbung
MailFormat
Attribute

Felder

Html 1

Gibt an, dass das E-Mail-Format HTML ist.

Text 0

Gibt an, dass das E-Mail-Format Nur-Text ist.

Gilt für: