MailFormat 열거형

정의

주의

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

전자 메일 형식에 대한 열거형 값을 제공합니다. 권장 대안: 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
상속
MailFormat
특성

필드

Name Description
Text 0

전자 메일 형식이 일반 텍스트임을 지정합니다.

Html 1

전자 메일 형식이 HTML임을 지정합니다.

적용 대상