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
특성

필드

Html 1

이메일 형식을 HTML로 지정합니다.

Text 0

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

적용 대상