MailEncoding Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
The recommended alternative is System.Net.Mime.TransferEncoding. http://go.microsoft.com/fwlink/?linkid=14202
Provides enumerated values for email encoding. Recommended alternative: System.Net.Mail.
public enum class MailEncoding
public enum MailEncoding
[System.Obsolete("The recommended alternative is System.Net.Mime.TransferEncoding. http://go.microsoft.com/fwlink/?linkid=14202")]
public enum MailEncoding
type MailEncoding =
[<System.Obsolete("The recommended alternative is System.Net.Mime.TransferEncoding. http://go.microsoft.com/fwlink/?linkid=14202")>]
type MailEncoding =
Public Enum MailEncoding
- Inheritance
- Attributes
Fields
Name | Value | Description |
---|---|---|
UUEncode | 0 | Specifies that the email message uses UUEncode encoding. |
Base64 | 1 | Specifies that the email message uses Base64 encoding. |
Applies to
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.